Minimum

SCPI Commands :

READ:NRSub:MEASurement<Instance>:MEValuation[:LAYer<layer>]:PDYNamics:MINimum
FETCh:NRSub:MEASurement<Instance>:MEValuation[:LAYer<layer>]:PDYNamics:MINimum
CALCulate:NRSub:MEASurement<Instance>:MEValuation[:LAYer<layer>]:PDYNamics:MINimum
class MinimumCls[source]

Minimum commands group definition. 3 total commands, 0 Subgroups, 3 group commands

class CalculateStruct[source]

Response structure. Fields:

  • Reliability: int: No parameter help available

  • Out_Of_Tolerance: int: No parameter help available

  • Off_Power_Before: float or bool: No parameter help available

  • On_Power_Rms: float or bool: No parameter help available

  • On_Power_Peak: float or bool: No parameter help available

  • Off_Power_After: float or bool: No parameter help available

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

calculate(layer=Layer.Default) CalculateStruct[source]
# SCPI: CALCulate:NRSub:MEASurement<Instance>:MEValuation[:LAYer<layer>]:PDYNamics:MINimum
value: CalculateStruct = driver.nrSubMeas.multiEval.layer.pdynamics.minimum.calculate(layer = repcap.Layer.Default)

No command help available

param layer:

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

return:

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

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