Modulation

SCPI Command :

FETCh:BLUetooth:MEASurement<Instance>:TRX:MODulation
class ModulationCls[source]

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

class FetchStruct[source]

Response structure. Fields:

  • Reliability: int: decimal ‘Reliability indicator’

  • Out_Of_Tol: float: float Out of tolerance result, i.e. percentage of measurement intervals of the statistic count ([CMDLINKRESOLVED Configure.MultiEval.Scount#Modulation CMDLINKRESOLVED]) exceeding the specified limits, see ‘Modulation limits (LE) ‘. Range: 0 % to 100 %

  • Delta_F_299_P_9: float: float Range: -0.99999 MHz to 0.99999 MHz, Unit: %

  • Freq_Accuracy: float: float Range: -0.99999 MHz to 0.99999 MHz, Unit: Hz

  • Freq_Drift: float: float Range: -99.99 kHz to 99.99 kHz, Unit: Hz

  • Max_Drift: float: float Range: -99.99 kHz to 99.99 kHz

  • Freq_Dev_Avg_F_1: float: No parameter help available

  • Freq_Dev_Min_F_1: float: No parameter help available

  • Freq_Dev_Max_F_1: float: No parameter help available

  • Freq_Dev_Avg_F_2: float: No parameter help available

  • Freq_Dev_Min_F_2: float: No parameter help available

  • Freq_Dev_Max_F_2: float: No parameter help available

  • Nominal_Power: float: float Range: -99.99 dBm to 99.99 dBm, Unit: dBm

  • Mod_Ratio: float: float Range: 0 to 1

  • Freq_Offset: float: float Range: -0.99999 MHz to 99.99 kHz

  • Init_Freq_Drift: float: float Range: -99.99 kHz to 99.99 kHz

fetch() FetchStruct[source]
# SCPI: FETCh:BLUetooth:MEASurement<Instance>:TRX:MODulation
value: FetchStruct = driver.trx.modulation.fetch()

Returns current modulation results for TX-RX tests on advertiser packets (LE 1M PHY) . See also ‘View TX Measurement - modulation statistics’.

return:

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