Upper¶
SCPI Commands
CONFigure:EVDO:MEASurement<Instance>:MEValuation:LIMit:ACP:EXTended:UPPer:RELative
CONFigure:EVDO:MEASurement<Instance>:MEValuation:LIMit:ACP:EXTended:UPPer:ABSolute
- class Upper[source]
Upper commands group definition. 2 total commands, 0 Sub-groups, 2 group commands
- get_absolute() → List[float][source]
# SCPI: CONFigure:EVDO:MEASurement<instance>:MEValuation:LIMit:ACP:EXTended:UPPer:ABSolute value: List[float or bool] = driver.configure.multiEval.limit.acp.extended.upper.get_absolute()
Defines upper limits 0 to 19 for the extended ACP measurement in dBm of the selected carrier (see method RsCmwEvdoMeas. Configure.MultiEval.Carrier.select) at the individual positive offset frequencies (set via method RsCmwEvdoMeas.Configure. MultiEval.Acp.Foffsets.upper) . The limit index 0 to 19 corresponds to the index used in manual control.
- return
acp_setting: Range: -80 dBm to 10 dBm , Unit: dBm Additional parameters: ON | OFF (enables | disables the limit check)
- get_relative() → List[float][source]
# SCPI: CONFigure:EVDO:MEASurement<instance>:MEValuation:LIMit:ACP:EXTended:UPPer[:RELative] value: List[float or bool] = driver.configure.multiEval.limit.acp.extended.upper.get_relative()
Defines upper limits 0 to 19 for the extended ACP measurement in dBc of the selected carrier (see method RsCmwEvdoMeas. Configure.MultiEval.Carrier.select) at the individual negative offset frequencies (set via method RsCmwEvdoMeas.Configure. MultiEval.Acp.Foffsets.lower) . The limit index 0 to 19 corresponds to the index used in manual control.
- return
acp_setting: Range: -80 dBc to 10 dBc , Unit: dBc Additional parameters: OFF | ON (enables | disables the limit check)
- set_absolute(acp_setting: List[float]) → None[source]
# SCPI: CONFigure:EVDO:MEASurement<instance>:MEValuation:LIMit:ACP:EXTended:UPPer:ABSolute driver.configure.multiEval.limit.acp.extended.upper.set_absolute(acp_setting = [1.1, True, 2.2, False, 3.3])
Defines upper limits 0 to 19 for the extended ACP measurement in dBm of the selected carrier (see method RsCmwEvdoMeas. Configure.MultiEval.Carrier.select) at the individual positive offset frequencies (set via method RsCmwEvdoMeas.Configure. MultiEval.Acp.Foffsets.upper) . The limit index 0 to 19 corresponds to the index used in manual control.
- param acp_setting
Range: -80 dBm to 10 dBm , Unit: dBm Additional parameters: ON | OFF (enables | disables the limit check)
- set_relative(acp_setting: List[float]) → None[source]
# SCPI: CONFigure:EVDO:MEASurement<instance>:MEValuation:LIMit:ACP:EXTended:UPPer[:RELative] driver.configure.multiEval.limit.acp.extended.upper.set_relative(acp_setting = [1.1, True, 2.2, False, 3.3])
Defines upper limits 0 to 19 for the extended ACP measurement in dBc of the selected carrier (see method RsCmwEvdoMeas. Configure.MultiEval.Carrier.select) at the individual negative offset frequencies (set via method RsCmwEvdoMeas.Configure. MultiEval.Acp.Foffsets.lower) . The limit index 0 to 19 corresponds to the index used in manual control.
- param acp_setting
Range: -80 dBc to 10 dBc , Unit: dBc Additional parameters: OFF | ON (enables | disables the limit check)