ObwLimit

SCPI Commands :

CONFigure:NRSub:MEASurement<Instance>:MEValuation:LIMit:SEMask:STANdard:OBWLimit:ENDC
CONFigure:NRSub:MEASurement<Instance>:MEValuation:LIMit:SEMask:STANdard:OBWLimit:CAGGregation
Commands in total: 2
Subgroups: 0
Direct child commands: 2
get_caggregation() float | bool[source]
# CONFigure:NRSub:MEASurement<Instance>:MEValuation:LIMit:SEMask:STANdard:OBWLimit:CAGGregation
value: float | bool = driver.configure.nrSubMeas.multiEval.limit.seMask.standard.obwLimit.get_caggregation()

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

Returns:

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

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

Returns:

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 | bool) None[source]
# 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.

Parameters:

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 | bool) None[source]
# 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.

Parameters:

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