Extreme
SCPI Commands :
READ:NRSub:MEASurement<Instance>:MEValuation[:CC<no>]:ESFLatness:EXTReme
FETCh:NRSub:MEASurement<Instance>:MEValuation[:CC<no>]:ESFLatness:EXTReme
CALCulate:NRSub:MEASurement<Instance>:MEValuation[:CC<no>]:ESFLatness:EXTReme
- class ExtremeCls[source]
Extreme commands group definition. 3 total commands, 0 Subgroups, 3 group commands
- class CalculateStruct[source]
Response structure. Fields:
Reliability: int: decimal ‘Reliability indicator’
Out_Of_Tolerance: int: decimal Out of tolerance result, i.e. percentage of measurement intervals of the statistic count for modulation measurements exceeding the specified modulation limits. Unit: %
Ripple_1: float or bool: Limit check result for max (range 1) - min (range 1) .
Ripple_2: float or bool: Limit check result for max (range 2) - min (range 2) .
Max_R_1_Min_R_2: float or bool: Limit check result for max (range 1) - min (range 2) .
Max_R_2_Min_R_1: float or bool: Limit check result for max (range 2) - min (range 1) .
- class ResultData[source]
Response structure. Fields:
Reliability: int: decimal ‘Reliability indicator’
Out_Of_Tolerance: int: decimal Out of tolerance result, i.e. percentage of measurement intervals of the statistic count for modulation measurements exceeding the specified modulation limits. Unit: %
Ripple_1: float: float Max (range 1) - min (range 1) Unit: dB
Ripple_2: float: float Max (range 2) - min (range 2) Unit: dB
Max_R_1_Min_R_2: float: float Max (range 1) - min (range 2) Unit: dB
Max_R_2_Min_R_1: float: float Max (range 2) - min (range 1) Unit: dB
Min_R_1: float: float Min (range 1) Unit: dB
Max_R_1: float: float Max (range 1) Unit: dB
Min_R_2: float: float Min (range 2) Unit: dB
Max_R_2: float: float Max (range 2) Unit: dB
- calculate(carrierComponent=CarrierComponent.Default) CalculateStruct[source]
# SCPI: CALCulate:NRSub:MEASurement<Instance>:MEValuation[:CC<no>]:ESFLatness:EXTReme value: CalculateStruct = driver.nrSubMeas.multiEval.cc.esFlatness.extreme.calculate(carrierComponent = repcap.CarrierComponent.Default)
Return current, average and extreme limit check results for the equalizer spectrum flatness measurement, for carrier <no>. See also ‘Equalizer spectrum flatness limits’.
- param carrierComponent:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)
- return:
structure: for return value, see the help for CalculateStruct structure arguments.
- fetch(carrierComponent=CarrierComponent.Default) ResultData[source]
# SCPI: FETCh:NRSub:MEASurement<Instance>:MEValuation[:CC<no>]:ESFLatness:EXTReme value: ResultData = driver.nrSubMeas.multiEval.cc.esFlatness.extreme.fetch(carrierComponent = repcap.CarrierComponent.Default)
Return current, average, extreme and standard deviation single-value results of the equalizer spectrum flatness measurement, for carrier <no>. See also ‘Equalizer spectrum flatness limits’.
- param carrierComponent:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)
- return:
structure: for return value, see the help for ResultData structure arguments.
- read(carrierComponent=CarrierComponent.Default) ResultData[source]
# SCPI: READ:NRSub:MEASurement<Instance>:MEValuation[:CC<no>]:ESFLatness:EXTReme value: ResultData = driver.nrSubMeas.multiEval.cc.esFlatness.extreme.read(carrierComponent = repcap.CarrierComponent.Default)
Return current, average, extreme and standard deviation single-value results of the equalizer spectrum flatness measurement, for carrier <no>. See also ‘Equalizer spectrum flatness limits’.
- param carrierComponent:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)
- return:
structure: for return value, see the help for ResultData structure arguments.