ObwLimit

SCPI Command :

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

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

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

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

return:

obw_limit: (float or boolean) No help available

set_endc(obw_limit: float) None[source]
# SCPI: 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.

param obw_limit:

(float or boolean) No help available

Cloning the Group

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

Subgroups