LowEnergy

SCPI Commands

CONFigure:BLUetooth:SIGNaling<Instance>:CONNection:FEC:LENergy:LRANge
class LowEnergy[source]

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

get_lrange()RsCmwBluetoothSig.enums.CodingScheme[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:CONNection:FEC:LENergy:LRANge
value: enums.CodingScheme = driver.configure.connection.fec.lowEnergy.get_lrange()
Defines the coding S for LE coded PHY according to the core specification version 5.0 for Bluetooth wireless technology.

INTRO_CMD_HELP: Defines the Bluetooth burst type. The command is relevant for:

  • Command for LE direct test mode: ..:FEC:LENergy..

INTRO_CMD_HELP: Defines the Bluetooth burst type. The command is relevant for:

  • Command for LE connection tests (normal mode) : ..:FEC:NMODe:LENergy..

INTRO_CMD_HELP: Defines the Bluetooth burst type. The command is relevant for:

  • Command for LE test mode: ..:TCONnection:FEC:LENergy..

return

coding_scheme: S8 | S2 Coding S = 8 or S = 2

set_lrange(coding_scheme: RsCmwBluetoothSig.enums.CodingScheme)None[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:CONNection:FEC:LENergy:LRANge
driver.configure.connection.fec.lowEnergy.set_lrange(coding_scheme = enums.CodingScheme.S2)
Defines the coding S for LE coded PHY according to the core specification version 5.0 for Bluetooth wireless technology.

INTRO_CMD_HELP: Defines the Bluetooth burst type. The command is relevant for:

  • Command for LE direct test mode: ..:FEC:LENergy..

INTRO_CMD_HELP: Defines the Bluetooth burst type. The command is relevant for:

  • Command for LE connection tests (normal mode) : ..:FEC:NMODe:LENergy..

INTRO_CMD_HELP: Defines the Bluetooth burst type. The command is relevant for:

  • Command for LE test mode: ..:TCONnection:FEC:LENergy..

param coding_scheme

S8 | S2 Coding S = 8 or S = 2