StandardDev

SCPI Commands :

READ:NRSub:MEASurement<Instance>:MEValuation:PMONitor:SDEViation
FETCh:NRSub:MEASurement<Instance>:MEValuation:PMONitor:SDEViation
class StandardDevCls[source]

StandardDev 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:SDEViation
value: ResultData = driver.nrSubMeas.multiEval.pmonitor.standardDev.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:SDEViation
value: ResultData = driver.nrSubMeas.multiEval.pmonitor.standardDev.read()

No command help available

return:

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