Pmonitor
SCPI Commands :
FETCh:NIOT:MEASurement<Instance>:MEValuation:TRACe:PMONitor
READ:NIOT:MEASurement<Instance>:MEValuation:TRACe:PMONitor
- class PmonitorCls[source]
Pmonitor commands group definition. 2 total commands, 0 Subgroups, 2 group commands
- fetch() List[float][source]
# SCPI: FETCh:NIOT:MEASurement<Instance>:MEValuation:TRACe:PMONitor value: List[float] = driver.niotMeas.multiEval.trace.pmonitor.fetch()
Returns the power monitor results for all captured slots. The number of captured slots is configurable, see method RsCMPX_NiotMeas.Configure.NiotMeas.MultiEval.nslots.
Suppressed linked return values: reliability
- return:
power: Comma-separated list of power values, one value per captured slot
- read() List[float][source]
# SCPI: READ:NIOT:MEASurement<Instance>:MEValuation:TRACe:PMONitor value: List[float] = driver.niotMeas.multiEval.trace.pmonitor.read()
Returns the power monitor results for all captured slots. The number of captured slots is configurable, see method RsCMPX_NiotMeas.Configure.NiotMeas.MultiEval.nslots.
Suppressed linked return values: reliability
- return:
power: Comma-separated list of power values, one value per captured slot