Aclr
SCPI Command :
CONFigure:WCDMa:MEASurement<instance>:MEValuation:LIMit:ACLR:ABSolute
- class AclrCls[source]
Aclr commands group definition. 2 total commands, 1 Subgroups, 1 group commands
- get_absolute() float[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:MEValuation:LIMit:ACLR:ABSolute value: float or bool = driver.configure.wcdmaMeas.multiEval.limit.aclr.get_absolute()
It defines an absolute upper limit for the ACLR. If the absolute upper limit is exceeded, relative limits are evaluated (method RsCMPX_WcdmaMeas.Configure.WcdmaMeas.MultiEval.Limit.Aclr.Relative.set) .
- return:
limit_3_m_84: (float or boolean) No help available
- set_absolute(limit_3_m_84: float) None[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:MEValuation:LIMit:ACLR:ABSolute driver.configure.wcdmaMeas.multiEval.limit.aclr.set_absolute(limit_3_m_84 = 1.0)
It defines an absolute upper limit for the ACLR. If the absolute upper limit is exceeded, relative limits are evaluated (method RsCMPX_WcdmaMeas.Configure.WcdmaMeas.MultiEval.Limit.Aclr.Relative.set) .
- param limit_3_m_84:
(float or boolean) No help available
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.configure.wcdmaMeas.multiEval.limit.aclr.clone()
Subgroups