Pmonitor
SCPI Commands :
READ:NRSub:MEASurement<Instance>:MEValuation:TRACe:PMONitor
FETCh:NRSub:MEASurement<Instance>:MEValuation:TRACe:PMONitor
- Commands in total: 4Subgroups: 1Direct child commands: 2
- fetch() List[float][source]
# FETCh:NRSub:MEASurement<Instance>:MEValuation:TRACe:PMONitor value: List[float] = driver.nrSubMeas.multiEval.trace.pmonitor.fetch()
No help available
Suppressed linked return values: reliability
- read() List[float][source]
# READ:NRSub:MEASurement<Instance>:MEValuation:TRACe:PMONitor value: List[float] = driver.nrSubMeas.multiEval.trace.pmonitor.read()
No help available
Suppressed linked return values: reliability
Cloning the Group
# Create a copy of the original group, that exists independently
pmonitor_copy = driver.nrSubMeas.multiEval.trace.pmonitor.clone()
Subgroups