Endc

SCPI Command :

CONFigure:NRSub:MEASurement<Instance>:MEValuation:LIMit:SEMask:STANdard:AREA<nr>:ENDC
class EndcCls[source]

Endc commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(areaReduced=AreaReduced.Default) bool[source]
# SCPI: CONFigure:NRSub:MEASurement<Instance>:MEValuation:LIMit:SEMask:STANdard:AREA<nr>:ENDC
value: bool = driver.configure.nrSubMeas.multiEval.limit.seMask.standard.area.endc.get(areaReduced = repcap.AreaReduced.Default)

Configures the activation state of area number <no> of the standard emission mask for EN-DC.

param areaReduced:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Area’)

return:

enable: OFF: disables the limit check for this area ON: enables the limit check for this area

set(enable: bool, areaReduced=AreaReduced.Default) None[source]
# SCPI: CONFigure:NRSub:MEASurement<Instance>:MEValuation:LIMit:SEMask:STANdard:AREA<nr>:ENDC
driver.configure.nrSubMeas.multiEval.limit.seMask.standard.area.endc.set(enable = False, areaReduced = repcap.AreaReduced.Default)

Configures the activation state of area number <no> of the standard emission mask for EN-DC.

param enable:

OFF: disables the limit check for this area ON: enables the limit check for this area

param areaReduced:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Area’)