LowEnergy

SCPI Commands

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

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

class Le1MStruct[source]

Structure for reading output parameters. Fields:

  • Enable: bool: OFF | ON

  • Inter_Burst_Len: int: integer Range: 0 slot(s) to 255 slot(s)

class Le2MStruct[source]

Structure for reading output parameters. Fields:

  • Enable: bool: OFF | ON

  • Inter_Burst_Len: int: integer Range: 0 slot(s) to 255 slot(s)

get_le_1_m()Le1MStruct[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:RXQuality:IBLength:LENergy:LE1M
value: Le1MStruct = driver.configure.rxQuality.ibLength.lowEnergy.get_le_1_m()

Enables and sets the number of slots to wait between transmissions for direction finding tests.

return

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

get_le_2_m()Le2MStruct[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:RXQuality:IBLength:LENergy:LE2M
value: Le2MStruct = driver.configure.rxQuality.ibLength.lowEnergy.get_le_2_m()

Enables and sets the number of slots to wait between transmissions for direction finding tests.

return

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

set_le_1_m(value: RsCmwBluetoothSig.Implementations.Configure_.RxQuality_.IbLength_.LowEnergy.LowEnergy.Le1MStruct)None[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:RXQuality:IBLength:LENergy:LE1M
driver.configure.rxQuality.ibLength.lowEnergy.set_le_1_m(value = Le1MStruct())

Enables and sets the number of slots to wait between transmissions for direction finding tests.

param value

see the help for Le1MStruct structure arguments.

set_le_2_m(value: RsCmwBluetoothSig.Implementations.Configure_.RxQuality_.IbLength_.LowEnergy.LowEnergy.Le2MStruct)None[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:RXQuality:IBLength:LENergy:LE2M
driver.configure.rxQuality.ibLength.lowEnergy.set_le_2_m(value = Le2MStruct())

Enables and sets the number of slots to wait between transmissions for direction finding tests.

param value

see the help for Le2MStruct structure arguments.