Aclr

SCPI Command :

CONFigure:NRSub:MEASurement<Instance>:MEValuation:LIMit:ACLR:ENDC
class AclrCls[source]

Aclr commands group definition. 5 total commands, 4 Subgroups, 1 group commands

get_endc() float[source]
# SCPI: CONFigure:NRSub:MEASurement<Instance>:MEValuation:LIMit:ACLR:ENDC
value: float or bool = driver.configure.nrSubMeas.multiEval.limit.aclr.get_endc()

Defines a relative limit for the ACLR measured in an adjacent channel in EN-DC mode.

return:

relative_level: (float or boolean) Relative lower ACLR limit without test tolerance

set_endc(relative_level: float) None[source]
# SCPI: CONFigure:NRSub:MEASurement<Instance>:MEValuation:LIMit:ACLR:ENDC
driver.configure.nrSubMeas.multiEval.limit.aclr.set_endc(relative_level = 1.0)

Defines a relative limit for the ACLR measured in an adjacent channel in EN-DC mode.

param relative_level:

(float or boolean) Relative lower ACLR limit without test tolerance

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.configure.nrSubMeas.multiEval.limit.aclr.clone()

Subgroups