LowEnergy

SCPI Commands

CONFigure:BLUetooth:SIGNaling<Instance>:CONNection:PACKets:UNITs:CTE:LENergy:LE1M
CONFigure:BLUetooth:SIGNaling<Instance>:CONNection:PACKets:UNITs:CTE:LENergy:LE2M
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>:CONNection:PACKets:UNITs:CTE:LENergy:LE1M
value: int = driver.configure.connection.packets.units.cte.lowEnergy.get_le_1_m()

Sets the number of CTE units. One CTE unit corresponds to 8 μs. Commands for uncoded LE 1M PHY (..:LE1M..) and LE 2M PHY (..:LE2M..) are available.

return

cte_units: integer Range: 2 to 20

get_le_2_m()int[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:CONNection:PACKets:UNITs:CTE:LENergy:LE2M
value: int = driver.configure.connection.packets.units.cte.lowEnergy.get_le_2_m()

Sets the number of CTE units. One CTE unit corresponds to 8 μs. Commands for uncoded LE 1M PHY (..:LE1M..) and LE 2M PHY (..:LE2M..) are available.

return

cte_units: integer Range: 2 to 20

set_le_1_m(cte_units: int)None[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:CONNection:PACKets:UNITs:CTE:LENergy:LE1M
driver.configure.connection.packets.units.cte.lowEnergy.set_le_1_m(cte_units = 1)

Sets the number of CTE units. One CTE unit corresponds to 8 μs. Commands for uncoded LE 1M PHY (..:LE1M..) and LE 2M PHY (..:LE2M..) are available.

param cte_units

integer Range: 2 to 20

set_le_2_m(cte_units: int)None[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:CONNection:PACKets:UNITs:CTE:LENergy:LE2M
driver.configure.connection.packets.units.cte.lowEnergy.set_le_2_m(cte_units = 1)

Sets the number of CTE units. One CTE unit corresponds to 8 μs. Commands for uncoded LE 1M PHY (..:LE1M..) and LE 2M PHY (..:LE2M..) are available.

param cte_units

integer Range: 2 to 20