Power

SCPI Command :

FETCh:BLUetooth:MEASurement<Instance>:TRX:POWer
class PowerCls[source]

Power 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#PowerVsTime CMDLINKRESOLVED]) exceeding the specified limits, see [CMDLINKRESOLVED Configure.MultiEval.Limit.LowEnergy.Le1M.PowerVsTime#set CMDLINKRESOLVED]. Range: 0 % to 100 %

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

  • Peak_Power: float: float Peak power during the carrier-on state Range: -128.0 dBm to 130.0 dBm , Unit: dBm

  • Leakage_Power: float: float Average power during the carrier-off state Range: -128.0 dBm to 130.0 dBm , Unit: dBm

  • Peak_Min_Avg_Pow: float: float Peak power minus average power Range: 0 dB to 158 dB , Unit: dB

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

Returns the power results for TX-RX measurements on advertiser packets LE 1M PHY (uncoded) . See also ‘View TX Measurement - power vs time statistics’.

return:

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