LowEnergy

SCPI Commands

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

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

class Le1MStruct[source]

Structure for reading output parameters. Fields:

  • No_Bits_To_Corrupt: int: No parameter help available

  • Byte_Start_Err: int: No parameter help available

class Le2MStruct[source]

Structure for reading output parameters. Fields:

  • No_Bits_To_Corrupt: int: No parameter help available

  • Byte_Start_Err: int: No parameter help available

class LrangeStruct[source]

Structure for reading output parameters. Fields:

  • No_Bits_To_Corrupt: int: No parameter help available

  • Byte_Start_Err: int: No parameter help available

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

No command help available

return

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

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

No command help available

return

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

get_lrange()LrangeStruct[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:RXQuality:CBITs:TMODe:LENergy:LRANge
value: LrangeStruct = driver.configure.rxQuality.cbits.tmode.lowEnergy.get_lrange()

No command help available

return

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

set_le_1_m(value: RsCmwBluetoothSig.Implementations.Configure_.RxQuality_.Cbits_.Tmode_.LowEnergy.LowEnergy.Le1MStruct)None[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:RXQuality:CBITs:TMODe:LENergy:LE1M
driver.configure.rxQuality.cbits.tmode.lowEnergy.set_le_1_m(value = Le1MStruct())

No command help available

param value

see the help for Le1MStruct structure arguments.

set_le_2_m(value: RsCmwBluetoothSig.Implementations.Configure_.RxQuality_.Cbits_.Tmode_.LowEnergy.LowEnergy.Le2MStruct)None[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:RXQuality:CBITs:TMODe:LENergy:LE2M
driver.configure.rxQuality.cbits.tmode.lowEnergy.set_le_2_m(value = Le2MStruct())

No command help available

param value

see the help for Le2MStruct structure arguments.

set_lrange(value: RsCmwBluetoothSig.Implementations.Configure_.RxQuality_.Cbits_.Tmode_.LowEnergy.LowEnergy.LrangeStruct)None[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:RXQuality:CBITs:TMODe:LENergy:LRANge
driver.configure.rxQuality.cbits.tmode.lowEnergy.set_lrange(value = LrangeStruct())

No command help available

param value

see the help for LrangeStruct structure arguments.