LowEnergy

SCPI Commands

CONFigure:BLUetooth:MEASurement<Instance>:ISIGnal:PLENgth:LENergy:LE1M
CONFigure:BLUetooth:MEASurement<Instance>:ISIGnal:PLENgth:LENergy:LRANge
CONFigure:BLUetooth:MEASurement<Instance>:ISIGnal: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:MEASurement<Instance>:ISIGnal:PLENgth:LENergy[:LE1M]
value: int = driver.configure.inputSignal.plength.lowEnergy.get_le_1_m()

Specifies the number of bytes (octets) in the payload data of the measured LE test packets. Commands for uncoded LE 1M PHY (..:LE1M..) , LE 2M PHY (..:LE2M..) , and LE coded PHY (..:LRANge..) are available.

INTRO_CMD_HELP: For the combined signal path scenario, use:

  • CONFigure:BLUetooth:SIGN<i>:CONNection:PACKets:PLENgth

  • CONFigure:BLUetooth:SIGN<i>:CONNection:PACKets:PLENgth:LENergy:LE2M

  • CONFigure:BLUetooth:SIGN<i>:CONNection:PACKets:PLENgth:LENergy:LRANge

return

payload_length: numeric Payload lengths for LE packets Range: 0 Byte(s) to 255 Byte(s) , Unit: byte

get_le_2_m()int[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:ISIGnal:PLENgth:LENergy:LE2M
value: int = driver.configure.inputSignal.plength.lowEnergy.get_le_2_m()

Specifies the number of bytes (octets) in the payload data of the measured LE test packets. Commands for uncoded LE 1M PHY (..:LE1M..) , LE 2M PHY (..:LE2M..) , and LE coded PHY (..:LRANge..) are available.

INTRO_CMD_HELP: For the combined signal path scenario, use:

  • CONFigure:BLUetooth:SIGN<i>:CONNection:PACKets:PLENgth

  • CONFigure:BLUetooth:SIGN<i>:CONNection:PACKets:PLENgth:LENergy:LE2M

  • CONFigure:BLUetooth:SIGN<i>:CONNection:PACKets:PLENgth:LENergy:LRANge

return

payload_length: numeric Payload lengths for LE packets Range: 0 Byte(s) to 255 Byte(s) , Unit: byte

get_lrange()int[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:ISIGnal:PLENgth:LENergy:LRANge
value: int = driver.configure.inputSignal.plength.lowEnergy.get_lrange()

Specifies the number of bytes (octets) in the payload data of the measured LE test packets. Commands for uncoded LE 1M PHY (..:LE1M..) , LE 2M PHY (..:LE2M..) , and LE coded PHY (..:LRANge..) are available.

INTRO_CMD_HELP: For the combined signal path scenario, use:

  • CONFigure:BLUetooth:SIGN<i>:CONNection:PACKets:PLENgth

  • CONFigure:BLUetooth:SIGN<i>:CONNection:PACKets:PLENgth:LENergy:LE2M

  • CONFigure:BLUetooth:SIGN<i>:CONNection:PACKets:PLENgth:LENergy:LRANge

return

payload_length: numeric Payload lengths for LE packets Range: 0 Byte(s) to 255 Byte(s) , Unit: byte

set_le_1_m(payload_length: int)None[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:ISIGnal:PLENgth:LENergy[:LE1M]
driver.configure.inputSignal.plength.lowEnergy.set_le_1_m(payload_length = 1)

Specifies the number of bytes (octets) in the payload data of the measured LE test packets. Commands for uncoded LE 1M PHY (..:LE1M..) , LE 2M PHY (..:LE2M..) , and LE coded PHY (..:LRANge..) are available.

INTRO_CMD_HELP: For the combined signal path scenario, use:

  • CONFigure:BLUetooth:SIGN<i>:CONNection:PACKets:PLENgth

  • CONFigure:BLUetooth:SIGN<i>:CONNection:PACKets:PLENgth:LENergy:LE2M

  • CONFigure:BLUetooth:SIGN<i>:CONNection:PACKets:PLENgth:LENergy:LRANge

param payload_length

numeric Payload lengths for LE packets Range: 0 Byte(s) to 255 Byte(s) , Unit: byte

set_le_2_m(payload_length: int)None[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:ISIGnal:PLENgth:LENergy:LE2M
driver.configure.inputSignal.plength.lowEnergy.set_le_2_m(payload_length = 1)

Specifies the number of bytes (octets) in the payload data of the measured LE test packets. Commands for uncoded LE 1M PHY (..:LE1M..) , LE 2M PHY (..:LE2M..) , and LE coded PHY (..:LRANge..) are available.

INTRO_CMD_HELP: For the combined signal path scenario, use:

  • CONFigure:BLUetooth:SIGN<i>:CONNection:PACKets:PLENgth

  • CONFigure:BLUetooth:SIGN<i>:CONNection:PACKets:PLENgth:LENergy:LE2M

  • CONFigure:BLUetooth:SIGN<i>:CONNection:PACKets:PLENgth:LENergy:LRANge

param payload_length

numeric Payload lengths for LE packets Range: 0 Byte(s) to 255 Byte(s) , Unit: byte

set_lrange(payload_length: int)None[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:ISIGnal:PLENgth:LENergy:LRANge
driver.configure.inputSignal.plength.lowEnergy.set_lrange(payload_length = 1)

Specifies the number of bytes (octets) in the payload data of the measured LE test packets. Commands for uncoded LE 1M PHY (..:LE1M..) , LE 2M PHY (..:LE2M..) , and LE coded PHY (..:LRANge..) are available.

INTRO_CMD_HELP: For the combined signal path scenario, use:

  • CONFigure:BLUetooth:SIGN<i>:CONNection:PACKets:PLENgth

  • CONFigure:BLUetooth:SIGN<i>:CONNection:PACKets:PLENgth:LENergy:LE2M

  • CONFigure:BLUetooth:SIGN<i>:CONNection:PACKets:PLENgth:LENergy:LRANge

param payload_length

numeric Payload lengths for LE packets Range: 0 Byte(s) to 255 Byte(s) , Unit: byte