StandardDev

SCPI Commands :

READ:NRSub:MEASurement<Instance>:MEValuation[:LAYer<layer>]:PDYNamics:SDEViation
FETCh:NRSub:MEASurement<Instance>:MEValuation[:LAYer<layer>]:PDYNamics:SDEViation
Commands in total: 2
Subgroups: 0
Direct child commands: 2
class ResultData[source]

Response structure. Fields:

  • 1 Reliability: int: ‘Reliability indicator’

  • 2 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.

  • 3 Off_Power_Before: float: float

  • 4 On_Power_Rms: float: float

  • 5 On_Power_Peak: float: float

  • 6 Off_Power_After: float: float

fetch(layer=Layer.Default) ResultData[source]
# 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.

Parameters:

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

Returns:

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

read(layer=Layer.Default) ResultData[source]
# 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.

Parameters:

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

Returns:

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