LowEnergy

SCPI Commands

CONFigure:BLUetooth:SIGNaling<Instance>:CONNection:PACKets:PLENgth:LENergy:LE1M
CONFigure:BLUetooth:SIGNaling<Instance>:CONNection:PACKets:PLENgth:LENergy:LRANge
CONFigure:BLUetooth:SIGNaling<Instance>:CONNection:PACKets:PLENgth:LENergy:LE2M
class LowEnergy[source]

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

get_le_1_m()int[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:CONNection:PACKets:PLENgth:LENergy[:LE1M]
value: int = driver.configure.connection.packets.packetLength.lowEnergy.get_le_1_m()
Specifies the payload length.

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

  • Commands for LE direct test mode: For LE 1M PHY (…:LE1M…) , LE 2M PHY (…:LE2M…) , and LE coded PHY (…:LRANge…) .

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

  • Commands for LE test mode: ..:TCONnection:..

return

payload_length: numeric Range: 0 byte(s) to 255 byte(s) , Unit: byte

get_le_2_m()int[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:CONNection:PACKets:PLENgth:LENergy:LE2M
value: int = driver.configure.connection.packets.packetLength.lowEnergy.get_le_2_m()
Specifies the payload length.

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

  • Commands for LE direct test mode: For LE 1M PHY (…:LE1M…) , LE 2M PHY (…:LE2M…) , and LE coded PHY (…:LRANge…) .

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

  • Commands for LE test mode: ..:TCONnection:..

return

payload_length: numeric Range: 0 byte(s) to 255 byte(s) , Unit: byte

get_lrange()int[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:CONNection:PACKets:PLENgth:LENergy:LRANge
value: int = driver.configure.connection.packets.packetLength.lowEnergy.get_lrange()
Specifies the payload length.

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

  • Commands for LE direct test mode: For LE 1M PHY (…:LE1M…) , LE 2M PHY (…:LE2M…) , and LE coded PHY (…:LRANge…) .

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

  • Commands for LE test mode: ..:TCONnection:..

return

payload_length: numeric Range: 0 byte(s) to 255 byte(s) , Unit: byte

set_le_1_m(payload_length: int)None[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:CONNection:PACKets:PLENgth:LENergy[:LE1M]
driver.configure.connection.packets.packetLength.lowEnergy.set_le_1_m(payload_length = 1)
Specifies the payload length.

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

  • Commands for LE direct test mode: For LE 1M PHY (…:LE1M…) , LE 2M PHY (…:LE2M…) , and LE coded PHY (…:LRANge…) .

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

  • Commands for LE test mode: ..:TCONnection:..

param payload_length

numeric Range: 0 byte(s) to 255 byte(s) , Unit: byte

set_le_2_m(payload_length: int)None[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:CONNection:PACKets:PLENgth:LENergy:LE2M
driver.configure.connection.packets.packetLength.lowEnergy.set_le_2_m(payload_length = 1)
Specifies the payload length.

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

  • Commands for LE direct test mode: For LE 1M PHY (…:LE1M…) , LE 2M PHY (…:LE2M…) , and LE coded PHY (…:LRANge…) .

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

  • Commands for LE test mode: ..:TCONnection:..

param payload_length

numeric Range: 0 byte(s) to 255 byte(s) , Unit: byte

set_lrange(payload_length: int)None[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:CONNection:PACKets:PLENgth:LENergy:LRANge
driver.configure.connection.packets.packetLength.lowEnergy.set_lrange(payload_length = 1)
Specifies the payload length.

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

  • Commands for LE direct test mode: For LE 1M PHY (…:LE1M…) , LE 2M PHY (…:LE2M…) , and LE coded PHY (…:LRANge…) .

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

  • Commands for LE test mode: ..:TCONnection:..

param payload_length

numeric Range: 0 byte(s) to 255 byte(s) , Unit: byte