LowEnergy

SCPI Commands

CONFigure:BLUetooth:SIGNaling<Instance>:RXQuality:PACKets:TMODe:LENergy:LE1M
CONFigure:BLUetooth:SIGNaling<Instance>:RXQuality:PACKets:TMODe:LENergy:LE2M
CONFigure:BLUetooth:SIGNaling<Instance>:RXQuality:PACKets:TMODe:LENergy:LRANge
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>:RXQuality:PACKets:TMODe:LENergy:LE1M
value: int = driver.configure.rxQuality.packets.tmode.lowEnergy.get_le_1_m()
Defines the number of packets to be measured per measurement cycle (statistics cycle) .

INTRO_CMD_HELP: Refer also to the following commands:

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

  • LE connection tests (normal mode) : Commands ..:NMODe:LENergy:.. are available.

  • LE test mode: Commands ..:TMODe:LENergy:.. are available.

return

number_packets: numeric Range: 1 to 30E+3

get_le_2_m()int[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:RXQuality:PACKets:TMODe:LENergy:LE2M
value: int = driver.configure.rxQuality.packets.tmode.lowEnergy.get_le_2_m()
Defines the number of packets to be measured per measurement cycle (statistics cycle) .

INTRO_CMD_HELP: Refer also to the following commands:

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

  • LE connection tests (normal mode) : Commands ..:NMODe:LENergy:.. are available.

  • LE test mode: Commands ..:TMODe:LENergy:.. are available.

return

number_packets: numeric Range: 1 to 30E+3

get_lrange()int[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:RXQuality:PACKets:TMODe:LENergy:LRANge
value: int = driver.configure.rxQuality.packets.tmode.lowEnergy.get_lrange()
Defines the number of packets to be measured per measurement cycle (statistics cycle) .

INTRO_CMD_HELP: Refer also to the following commands:

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

  • LE connection tests (normal mode) : Commands ..:NMODe:LENergy:.. are available.

  • LE test mode: Commands ..:TMODe:LENergy:.. are available.

return

number_packets: numeric Range: 1 to 30E+3

set_le_1_m(number_packets: int)None[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:RXQuality:PACKets:TMODe:LENergy:LE1M
driver.configure.rxQuality.packets.tmode.lowEnergy.set_le_1_m(number_packets = 1)
Defines the number of packets to be measured per measurement cycle (statistics cycle) .

INTRO_CMD_HELP: Refer also to the following commands:

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

  • LE connection tests (normal mode) : Commands ..:NMODe:LENergy:.. are available.

  • LE test mode: Commands ..:TMODe:LENergy:.. are available.

param number_packets

numeric Range: 1 to 30E+3

set_le_2_m(number_packets: int)None[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:RXQuality:PACKets:TMODe:LENergy:LE2M
driver.configure.rxQuality.packets.tmode.lowEnergy.set_le_2_m(number_packets = 1)
Defines the number of packets to be measured per measurement cycle (statistics cycle) .

INTRO_CMD_HELP: Refer also to the following commands:

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

  • LE connection tests (normal mode) : Commands ..:NMODe:LENergy:.. are available.

  • LE test mode: Commands ..:TMODe:LENergy:.. are available.

param number_packets

numeric Range: 1 to 30E+3

set_lrange(number_packets: int)None[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:RXQuality:PACKets:TMODe:LENergy:LRANge
driver.configure.rxQuality.packets.tmode.lowEnergy.set_lrange(number_packets = 1)
Defines the number of packets to be measured per measurement cycle (statistics cycle) .

INTRO_CMD_HELP: Refer also to the following commands:

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

  • LE connection tests (normal mode) : Commands ..:NMODe:LENergy:.. are available.

  • LE test mode: Commands ..:TMODe:LENergy:.. are available.

param number_packets

numeric Range: 1 to 30E+3