Endc

SCPI Command :

CONFigure:NRSub:MEASurement<Instance>:MEValuation:LIMit:SEMask:STANdard:AREA<nr>:ENDC
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(areaReduced=AreaReduced.Default) bool[source]
# 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.

Parameters:

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

Returns:

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]
# 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.

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

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