Maximum
SCPI Command :
FETCh:BLUetooth:MEASurement<Instance>:MEValuation:LIST:SEGMent<nr>:MODulation:MAXimum
- class MaximumCls[source]
Maximum commands group definition. 2 total commands, 1 Subgroups, 1 group commands
- class FetchStruct[source]
Response structure. Fields:
Reliability: int: ‘Reliability indicator’
Seg_Reliability: int: Reliability indicator for the segment. The meaning of the returned values is the same as for the common reliability indicator, see previous parameter.
Out_Of_Tol: float: Percentage of measured bursts with failed limit check
Nominal_Power: float: Average power during the carrier-on state
Freq_Acc_Or_Init_Freq_Error: float: Frequency accuracy (BR, LE) or initial center frequency error ωi (EDR)
Freq_Drift: float: Frequency drift (BR, LE)
Max_Drift_Rate: float: Maximal drift rate (BR, LE)
Delta_F_1_Avg: float: Frequency deviation results (BR, LE)
Delta_F_1_Min: float: Frequency deviation results (BR, LE)
Delta_F_1_Max: float: Frequency deviation results (BR, LE)
Delta_F_2_Avg: float: Frequency deviation results (BR, LE)
Delta_F_2_Min: float: Frequency deviation results (BR, LE)
Delta_F_2_Max: float: Frequency deviation results (BR, LE)
Omegai_Omega_0: float: Overall uncompensated frequency error (EDR)
Omega_0_Max: float: Maximum compensated frequency error (EDR)
Rms_Devm: float: RMS DEVM (EDR)
Peak_Devm: float: Peak DEVM (EDR)
Freq_Offset: float: Frequency offset (LE)
Initial_Freq_Drift: float: Initial frequency drift (LE)
- fetch(segment=Segment.Default) FetchStruct[source]
# SCPI: FETCh:BLUetooth:MEASurement<Instance>:MEValuation:LIST:SEGMent<nr>:MODulation:MAXimum value: FetchStruct = driver.bluetooth.measurement.multiEval.listPy.segment.modulation.maximum.fetch(segment = repcap.Segment.Default)
Returns modulation single value results for segment<no> in list mode. The command returns all parameters listed below, independent of the selected list mode setup. However, only for some of the parameters measured values are available. For the other parameters, only an indicator is returned (e.g. NAV) .
- param segment:
optional repeated capability selector. Default value: S1 (settable in the interface ‘Segment’)
- return:
structure: for return value, see the help for FetchStruct structure arguments.
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.bluetooth.measurement.multiEval.listPy.segment.modulation.maximum.clone()
Subgroups