ObwLimit

SCPI Commands :

CONFigure:NRSub:MEASurement<Instance>:MEValuation:LIMit:SEMask:STANdard:OBWLimit:ENDC
CONFigure:NRSub:MEASurement<Instance>:MEValuation:LIMit:SEMask:STANdard:OBWLimit:CAGGregation
class ObwLimitCls[source]

ObwLimit commands group definition. 2 total commands, 0 Subgroups, 2 group commands

get_caggregation() float[source]
# SCPI: CONFigure:NRSub:MEASurement<Instance>:MEValuation:LIMit:SEMask:STANdard:OBWLimit:CAGGregation
value: float or bool = driver.configure.nrSubMeas.multiEval.limit.seMask.standard.obwLimit.get_caggregation()

Configures the activation state of the standard OBW limit for carrier aggregation measurements.

return:

obw_limit: (float or boolean) A setting allows only ON | OFF. A query returns the limit value instead of ON (numeric | OFF) .

get_endc() float[source]
# SCPI: CONFigure:NRSub:MEASurement<Instance>:MEValuation:LIMit:SEMask:STANdard:OBWLimit:ENDC
value: float or bool = driver.configure.nrSubMeas.multiEval.limit.seMask.standard.obwLimit.get_endc()

Configures the activation state of the standard OBW limit for EN-DC measurements.

return:

obw_limit: (float or boolean) A setting allows only ON | OFF. A query returns the limit value instead of ON (numeric | OFF) .

set_caggregation(obw_limit: float) None[source]
# SCPI: CONFigure:NRSub:MEASurement<Instance>:MEValuation:LIMit:SEMask:STANdard:OBWLimit:CAGGregation
driver.configure.nrSubMeas.multiEval.limit.seMask.standard.obwLimit.set_caggregation(obw_limit = 1.0)

Configures the activation state of the standard OBW limit for carrier aggregation measurements.

param obw_limit:

(float or boolean) A setting allows only ON | OFF. A query returns the limit value instead of ON (numeric | OFF) .

set_endc(obw_limit: float) None[source]
# SCPI: CONFigure:NRSub:MEASurement<Instance>:MEValuation:LIMit:SEMask:STANdard:OBWLimit:ENDC
driver.configure.nrSubMeas.multiEval.limit.seMask.standard.obwLimit.set_endc(obw_limit = 1.0)

Configures the activation state of the standard OBW limit for EN-DC measurements.

param obw_limit:

(float or boolean) A setting allows only ON | OFF. A query returns the limit value instead of ON (numeric | OFF) .