Extended

SCPI Command :

FETCh:BLUetooth:MEASurement<Instance>:MEValuation:LIST:SEGMent<nr>:MODulation:CURRent:EXTended
class ExtendedCls[source]

Extended commands group definition. 1 total commands, 0 Subgroups, 1 group commands

class FetchStruct[source]

Response structure. Fields:

  • Reliability: int: decimal ‘Reliability indicator’

  • Seg_Reliability: int: decimal 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: float Percentage of measured bursts with failed limit check Range: 0 % to 100 % , Unit: %

  • Nominal_Power: float: float Average power during the carrier-on state Range: -99.99 dBm to 99.99 dBm, Unit: dBm

  • Freq_Acc_Or_Init_Freq_Error: float: float Frequency accuracy (BR, LE) or initial center frequency error ωi (EDR) Range: -0.99999 MHz to 0.99999 MHz, Unit: Hz

  • Freq_Drift: float: float Frequency drift (BR, LE) Range: -0.99999 MHz to 0.99999 MHz, Unit: Hz

  • Max_Drift_Rate: float: float Maximal drift rate (BR, LE) Range: -0.99999 MHz/50 μs to 0.99999 MHz/50 μs , Unit: Hz/50 μs

  • Delta_F_1_Avg: float: float Frequency deviation results (BR, LE) Range: 0 Hz to 250 kHz , Unit: Hz

  • Delta_F_1_Min: float: float Frequency deviation results (BR, LE) Range: 0 Hz to 250 kHz , Unit: Hz

  • Delta_F_1_Max: float: float Frequency deviation results (BR, LE) Range: 0 Hz to 250 kHz , Unit: Hz

  • Delta_F_2_Avg: float: float Frequency deviation results (BR, LE) Range: 0 Hz to 250 kHz , Unit: Hz

  • Delta_F_2_Min: float: float Frequency deviation results (BR, LE) Range: 0 Hz to 250 kHz , Unit: Hz

  • Delta_F_2_Max: float: float Frequency deviation results (BR, LE) Range: 0 Hz to 250 kHz , Unit: Hz

  • Delta_F_299_P: float: float Frequency deviation value Δf2 above which 99.9% of all measured Δf2 values occur (BR, LE) . Range: -0.99999 MHz to 0.99999 MHz, Unit: Hz

  • Omegai_Omega_0: float: No parameter help available

  • Omega_0_Max: float: float Maximum compensated frequency error (EDR) Range: -0.99999 MHz to 0.99999 MHz, Unit: Hz

  • Rms_Devm: float: float RMS DEVM (EDR) Range: 0.0 to 1.0

  • Peak_Devm: float: float Peak DEVM (EDR) Range: 0.0 to 1.0

  • P_99_Devm: float: float DEVM value below which 99% of all measured DEVM values occur (EDR) . Range: 0.0 to 1.0

  • Freq_Offset: float: float Frequency offset (LE) Range: -0.99999 MHz to 0.99999 MHz, Unit: Hz

  • Init_Freq_Drift: float: float Initial frequency drift (LE) Range: -0.99999 MHz to 0.99999 MHz, Unit: Hz

  • Delta_F_199_P: float: float Standard deviation of frequency deviation value Δf1 above which 99.9% of all measured Δf1 values occur (LE coded PHY) . Range: -0.99999 MHz to 0.99999 MHz, Unit: Hz

  • Cte_Freq_Drift: float: float Frequency drift of CTE portion Range: -0.99999 MHz to 0.99999 MHz, Unit: Hz

  • Cte_Mx_Drift_Rate: float: No parameter help available

  • Cte_Freq_Offset: float: float Frequency offset of CTE portion Range: -0.99999 MHz to 0.99999 MHz, Unit: Hz

  • Cte_Int_Frq_Drift: float: No parameter help available

fetch(segment=Segment.Default) FetchStruct[source]
# SCPI: FETCh:BLUetooth:MEASurement<Instance>:MEValuation:LIST:SEGMent<nr>:MODulation:CURRent:EXTended
value: FetchStruct = driver.multiEval.listPy.segment.modulation.current.extended.fetch(segment = repcap.Segment.Default)

Returns modulation single current value results for segment<no> in list mode including Bluetooth version 5.0 and higher. 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.