Aclr
SCPI Command :
CONFigure:NRSub:MEASurement<Instance>:MEValuation:LIMit:ACLR:ENDC
- Commands in total: 5Subgroups: 4Direct child commands: 1
- get_endc() float | bool[source]
# CONFigure:NRSub:MEASurement<Instance>:MEValuation:LIMit:ACLR:ENDC value: float | 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.
- Returns:
relative_level: (float or boolean) Relative lower ACLR limit without test tolerance
- set_endc(relative_level: float | bool) None[source]
# 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.
- Parameters:
relative_level – (float or boolean) Relative lower ACLR limit without test tolerance
Cloning the Group
# Create a copy of the original group, that exists independently
aclr_copy = driver.configure.nrSubMeas.multiEval.limit.aclr.clone()
Subgroups