ObwLimit

SCPI Command :

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

Defines an upper user-defined limit for the OBW, for EN-DC measurements.

Returns:

obw_limit: (float or boolean) numeric | ON | OFF

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

Defines an upper user-defined limit for the OBW, for EN-DC measurements.

Parameters:

obw_limit – (float or boolean) numeric | ON | OFF

Cloning the Group

# Create a copy of the original group, that exists independently
obwLimit_copy = driver.configure.nrSubMeas.multiEval.limit.seMask.obwLimit.clone()

Subgroups