Lower

SCPI Commands

CONFigure:EVDO:MEASurement<Instance>:MEValuation:LIMit:ACP:EXTended:LOWer:RELative
CONFigure:EVDO:MEASurement<Instance>:MEValuation:LIMit:ACP:EXTended:LOWer:ABSolute
class Lower[source]

Lower 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:LOWer:ABSolute
value: List[float or bool] = driver.configure.multiEval.limit.acp.extended.lower.get_absolute()

Defines lower limits 19 to 0 for the extended ACP measurement in dBm 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 19 to 0 corresponds to the index used in manual control.

return

acp_setting: Range: -80 dBm to 10 dBm , Unit: dBm Additional parameters: OFF | ON (disables | enables the limit check)

get_relative()List[float][source]
# SCPI: CONFigure:EVDO:MEASurement<instance>:MEValuation:LIMit:ACP:EXTended:LOWer[:RELative]
value: List[float or bool] = driver.configure.multiEval.limit.acp.extended.lower.get_relative()

Defines lower limits 19 to 0 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 19 to 0 corresponds to the index used in manual control.

return

acp_setting: Range: -80 dBc to 10 dBc , Unit: dBc Additional parameters: ON | OFF (enables | disables the limit check)

set_absolute(acp_setting: List[float])None[source]
# SCPI: CONFigure:EVDO:MEASurement<instance>:MEValuation:LIMit:ACP:EXTended:LOWer:ABSolute
driver.configure.multiEval.limit.acp.extended.lower.set_absolute(acp_setting = [1.1, True, 2.2, False, 3.3])

Defines lower limits 19 to 0 for the extended ACP measurement in dBm 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 19 to 0 corresponds to the index used in manual control.

param acp_setting

Range: -80 dBm to 10 dBm , Unit: dBm Additional parameters: OFF | ON (disables | enables the limit check)

set_relative(acp_setting: List[float])None[source]
# SCPI: CONFigure:EVDO:MEASurement<instance>:MEValuation:LIMit:ACP:EXTended:LOWer[:RELative]
driver.configure.multiEval.limit.acp.extended.lower.set_relative(acp_setting = [1.1, True, 2.2, False, 3.3])

Defines lower limits 19 to 0 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 19 to 0 corresponds to the index used in manual control.

param acp_setting

Range: -80 dBc to 10 dBc , Unit: dBc Additional parameters: ON | OFF (enables | disables the limit check)