Maximum

SCPI Commands :

READ:NRSub:MEASurement<Instance>:MEValuation:PMONitor:MAXimum
FETCh:NRSub:MEASurement<Instance>:MEValuation:PMONitor:MAXimum
Commands in total: 2
Subgroups: 0
Direct child commands: 2
class ResultData[source]

Response structure. Fields:

  • 1 Reliability: int: No parameter help available

  • 2 Out_Of_Tolerance: int: No parameter help available

  • 3 Tx_Power: float: No parameter help available

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

No help available

Returns:

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

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

No help available

Returns:

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