Current

SCPI Commands :

READ:NRSub:MEASurement<Instance>:MEValuation:PMONitor:CURRent
FETCh:NRSub:MEASurement<Instance>:MEValuation:PMONitor:CURRent
class CurrentCls[source]

Current commands group definition. 2 total commands, 0 Subgroups, 2 group commands

class ResultData[source]

Response structure. Fields:

  • Reliability: int: No parameter help available

  • Out_Of_Tolerance: int: No parameter help available

  • Tx_Power: float: No parameter help available

fetch() ResultData[source]
# SCPI: FETCh:NRSub:MEASurement<Instance>:MEValuation:PMONitor:CURRent
value: ResultData = driver.nrSubMeas.multiEval.pmonitor.current.fetch()

No command help available

return:

structure: for return value, see the help for ResultData structure arguments.

read() ResultData[source]
# SCPI: READ:NRSub:MEASurement<Instance>:MEValuation:PMONitor:CURRent
value: ResultData = driver.nrSubMeas.multiEval.pmonitor.current.read()

No command help available

return:

structure: for return value, see the help for ResultData structure arguments.