LowEnergy

SCPI Commands

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

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

get_le_1_m()float[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:RXQuality:LIMit:MPER:LENergy[:LE1M]
value: float or bool = driver.configure.rxQuality.limit.mper.lowEnergy.get_le_1_m()
Specifies the upper PER limit for LE RX measurements.

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

limit: numeric | ON | OFF Range: 0 % to 100 %, Unit: % Additional parameters: OFF | ON (disables the limit | enables the limit using the previous/default value)

get_le_2_m()float[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:RXQuality:LIMit:MPER:LENergy:LE2M
value: float or bool = driver.configure.rxQuality.limit.mper.lowEnergy.get_le_2_m()
Specifies the upper PER limit for LE RX measurements.

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

limit: numeric | ON | OFF Range: 0 % to 100 %, Unit: % Additional parameters: OFF | ON (disables the limit | enables the limit using the previous/default value)

get_lrange()float[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:RXQuality:LIMit:MPER:LENergy:LRANge
value: float or bool = driver.configure.rxQuality.limit.mper.lowEnergy.get_lrange()
Specifies the upper PER limit for LE RX measurements.

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

limit: numeric | ON | OFF Range: 0 % to 100 %, Unit: % Additional parameters: OFF | ON (disables the limit | enables the limit using the previous/default value)

set_le_1_m(limit: float)None[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:RXQuality:LIMit:MPER:LENergy[:LE1M]
driver.configure.rxQuality.limit.mper.lowEnergy.set_le_1_m(limit = 1.0)
Specifies the upper PER limit for LE RX measurements.

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 limit

numeric | ON | OFF Range: 0 % to 100 %, Unit: % Additional parameters: OFF | ON (disables the limit | enables the limit using the previous/default value)

set_le_2_m(limit: float)None[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:RXQuality:LIMit:MPER:LENergy:LE2M
driver.configure.rxQuality.limit.mper.lowEnergy.set_le_2_m(limit = 1.0)
Specifies the upper PER limit for LE RX measurements.

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 limit

numeric | ON | OFF Range: 0 % to 100 %, Unit: % Additional parameters: OFF | ON (disables the limit | enables the limit using the previous/default value)

set_lrange(limit: float)None[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:RXQuality:LIMit:MPER:LENergy:LRANge
driver.configure.rxQuality.limit.mper.lowEnergy.set_lrange(limit = 1.0)
Specifies the upper PER limit for LE RX measurements.

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 limit

numeric | ON | OFF Range: 0 % to 100 %, Unit: % Additional parameters: OFF | ON (disables the limit | enables the limit using the previous/default value)