Pmonitor

SCPI Command :

CONFigure:NRSub:MEASurement<Instance>:MEValuation:LIST:SEGMent<no>:PMONitor
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(sEGMent=SEGMent.Default) bool[source]
# CONFigure:NRSub:MEASurement<Instance>:MEValuation:LIST:SEGMent<no>:PMONitor
value: bool = driver.configure.nrSubMeas.multiEval.listPy.segment.pmonitor.get(sEGMent = repcap.SEGMent.Default)

Enables or disables the measurement of power monitor results for segment <no>.

Parameters:

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

Returns:

enable: OFF | ON

set(enable: bool, sEGMent=SEGMent.Default) None[source]
# CONFigure:NRSub:MEASurement<Instance>:MEValuation:LIST:SEGMent<no>:PMONitor
driver.configure.nrSubMeas.multiEval.listPy.segment.pmonitor.set(enable = False, sEGMent = repcap.SEGMent.Default)

Enables or disables the measurement of power monitor results for segment <no>.

Parameters:
  • enable – OFF | ON

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