LowEnergy

SCPI Commands

CONFigure:BLUetooth:SIGNaling<Instance>:RXQuality:IQCoherency:PACKets:LENergy:LE2M
CONFigure:BLUetooth:SIGNaling<Instance>:RXQuality:IQCoherency:PACKets:LENergy:LE1M
class LowEnergy[source]

LowEnergy commands group definition. 2 total commands, 0 Sub-groups, 2 group commands

get_le_1_m()int[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:RXQuality:IQCoherency:PACKets:LENergy:LE1M
value: int = driver.configure.rxQuality.iqCoherency.packets.lowEnergy.get_le_1_m()

Defines the number of packets to be sent per measurement cycle (statistics cycle) . Commands for uncoded LE 1M PHY (.. :LE1M..) and LE 2M PHY (..:LE2M..) are available.

return

packets: numeric Range: 1 to 6.4E+6

get_le_2_m()int[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:RXQuality:IQCoherency:PACKets:LENergy:LE2M
value: int = driver.configure.rxQuality.iqCoherency.packets.lowEnergy.get_le_2_m()

Defines the number of packets to be sent per measurement cycle (statistics cycle) . Commands for uncoded LE 1M PHY (.. :LE1M..) and LE 2M PHY (..:LE2M..) are available.

return

packets: numeric Range: 1 to 6.4E+6

set_le_1_m(packets: int)None[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:RXQuality:IQCoherency:PACKets:LENergy:LE1M
driver.configure.rxQuality.iqCoherency.packets.lowEnergy.set_le_1_m(packets = 1)

Defines the number of packets to be sent per measurement cycle (statistics cycle) . Commands for uncoded LE 1M PHY (.. :LE1M..) and LE 2M PHY (..:LE2M..) are available.

param packets

numeric Range: 1 to 6.4E+6

set_le_2_m(packets: int)None[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:RXQuality:IQCoherency:PACKets:LENergy:LE2M
driver.configure.rxQuality.iqCoherency.packets.lowEnergy.set_le_2_m(packets = 1)

Defines the number of packets to be sent per measurement cycle (statistics cycle) . Commands for uncoded LE 1M PHY (.. :LE1M..) and LE 2M PHY (..:LE2M..) are available.

param packets

numeric Range: 1 to 6.4E+6