StandardDev

SCPI Commands :

READ:NRSub:MEASurement<Instance>:MEValuation[:LAYer<layer>]:PDYNamics:SDEViation
FETCh:NRSub:MEASurement<Instance>:MEValuation[:LAYer<layer>]: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 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(layer=Layer.Default) ResultData[source]
# SCPI: FETCh:NRSub:MEASurement<Instance>:MEValuation[:LAYer<layer>]:PDYNamics:SDEViation
value: ResultData = driver.nrSubMeas.multiEval.layer.pdynamics.standardDev.fetch(layer = repcap.Layer.Default)

Return the single-value results of the power dynamics measurement. The current, average, minimum, maximum and standard deviation results can be retrieved. The OFF power results refer to antenna <l>. The ON power results refer to the sum of both antenna signals.

param layer:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Layer’)

return:

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

read(layer=Layer.Default) ResultData[source]
# SCPI: READ:NRSub:MEASurement<Instance>:MEValuation[:LAYer<layer>]:PDYNamics:SDEViation
value: ResultData = driver.nrSubMeas.multiEval.layer.pdynamics.standardDev.read(layer = repcap.Layer.Default)

Return the single-value results of the power dynamics measurement. The current, average, minimum, maximum and standard deviation results can be retrieved. The OFF power results refer to antenna <l>. The ON power results refer to the sum of both antenna signals.

param layer:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Layer’)

return:

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