Pmonitor

SCPI Command :

CONFigure:LTE:MEASurement<Instance>:MEValuation:LIST:SEGMent<nr>:PMONitor
class PmonitorCls[source]

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

get(segment=Segment.Default) bool[source]
# SCPI: CONFigure:LTE:MEASurement<Instance>:MEValuation:LIST:SEGMent<nr>:PMONitor
value: bool = driver.configure.lteMeas.multiEval.listPy.segment.pmonitor.get(segment = repcap.Segment.Default)

Enables or disables the measurement of power monitor results (power of one carrier) for segment <no>.

param segment:

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

return:

enable: No help available

set(enable: bool, segment=Segment.Default) None[source]
# SCPI: CONFigure:LTE:MEASurement<Instance>:MEValuation:LIST:SEGMent<nr>:PMONitor
driver.configure.lteMeas.multiEval.listPy.segment.pmonitor.set(enable = False, segment = repcap.Segment.Default)

Enables or disables the measurement of power monitor results (power of one carrier) for segment <no>.

param enable:

No help available

param segment:

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