StandardDev

SCPI Commands :

READ:NRMMw:MEASurement<Instance>:MEValuation:PDYNamics:SDEViation
FETCh:NRMMw:MEASurement<Instance>:MEValuation:PDYNamics:SDEViation
class StandardDevCls[source]

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

class ResultData[source]

Response structure. Fields:

  • Reliability: int: ‘Reliability indicator’

  • Out_Of_Tolerance: int: Out of tolerance result, i.e. the percentage of measurement intervals of the statistic count for power dynamics measurements exceeding the specified power dynamics limits.

  • Off_Power_Before: float: No parameter help available

  • On_Power_Rms: float: No parameter help available

  • On_Power_Peak: float: No parameter help available

  • Off_Power_After: float: No parameter help available

fetch() ResultData[source]
# SCPI: FETCh:NRMMw:MEASurement<Instance>:MEValuation:PDYNamics:SDEViation
value: ResultData = driver.nrMmwMeas.multiEval.pdynamics.standardDev.fetch()

Return the current, average, minimum, maximum and standard deviation single value results of the power dynamics measurement.

return:

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

read() ResultData[source]
# SCPI: READ:NRMMw:MEASurement<Instance>:MEValuation:PDYNamics:SDEViation
value: ResultData = driver.nrMmwMeas.multiEval.pdynamics.standardDev.read()

Return the current, average, minimum, maximum and standard deviation single value results of the power dynamics measurement.

return:

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