LowEnergy

SCPI Commands

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

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

get_le_1_m()RsCmwBluetoothSig.enums.LeRangePaternType[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:CONNection:PACKets:PATTern:LENergy[:LE1M]
value: enums.LeRangePaternType = driver.configure.connection.packets.pattern.lowEnergy.get_le_1_m()
Select the bit pattern to be used for tests.

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

  • Commands for test mode classic: For BR (…:BRATe…) , EDR (…:EDRate…)

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

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

return

pattern_type: ALL0 | ALL1 | P11 | P44 | PRBS9 | ALT ALL0: 00000000 ALL1: 11111111 P11: 10101010 P44: 11110000 PRBS9: pseudo-random bit sequences of a length of 9 bits (transmission of identical packet series) ALT: the periodical alternation of the pattern P11 and P44

get_le_2_m()RsCmwBluetoothSig.enums.LeRangePaternType[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:CONNection:PACKets:PATTern:LENergy:LE2M
value: enums.LeRangePaternType = driver.configure.connection.packets.pattern.lowEnergy.get_le_2_m()
Select the bit pattern to be used for tests.

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

  • Commands for test mode classic: For BR (…:BRATe…) , EDR (…:EDRate…)

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

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

return

pattern_type: ALL0 | ALL1 | P11 | P44 | PRBS9 | ALT ALL0: 00000000 ALL1: 11111111 P11: 10101010 P44: 11110000 PRBS9: pseudo-random bit sequences of a length of 9 bits (transmission of identical packet series) ALT: the periodical alternation of the pattern P11 and P44

get_lrange()RsCmwBluetoothSig.enums.LeRangePaternType[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:CONNection:PACKets:PATTern:LENergy:LRANge
value: enums.LeRangePaternType = driver.configure.connection.packets.pattern.lowEnergy.get_lrange()

Select the bit pattern to be used for tests on LE coded PHY.

return

pattern_type: ALL1 | P11 | P44 | PRBS9 ALL1: 11111111 P11: 10101010 P44: 11110000 PRBS9: pseudo-random bit sequences of a length of 9 bits (transmission of identical packet series)

set_le_1_m(pattern_type: RsCmwBluetoothSig.enums.LeRangePaternType)None[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:CONNection:PACKets:PATTern:LENergy[:LE1M]
driver.configure.connection.packets.pattern.lowEnergy.set_le_1_m(pattern_type = enums.LeRangePaternType.ALL0)
Select the bit pattern to be used for tests.

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

  • Commands for test mode classic: For BR (…:BRATe…) , EDR (…:EDRate…)

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

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

param pattern_type

ALL0 | ALL1 | P11 | P44 | PRBS9 | ALT ALL0: 00000000 ALL1: 11111111 P11: 10101010 P44: 11110000 PRBS9: pseudo-random bit sequences of a length of 9 bits (transmission of identical packet series) ALT: the periodical alternation of the pattern P11 and P44

set_le_2_m(pattern_type: RsCmwBluetoothSig.enums.LeRangePaternType)None[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:CONNection:PACKets:PATTern:LENergy:LE2M
driver.configure.connection.packets.pattern.lowEnergy.set_le_2_m(pattern_type = enums.LeRangePaternType.ALL0)
Select the bit pattern to be used for tests.

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

  • Commands for test mode classic: For BR (…:BRATe…) , EDR (…:EDRate…)

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

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

param pattern_type

ALL0 | ALL1 | P11 | P44 | PRBS9 | ALT ALL0: 00000000 ALL1: 11111111 P11: 10101010 P44: 11110000 PRBS9: pseudo-random bit sequences of a length of 9 bits (transmission of identical packet series) ALT: the periodical alternation of the pattern P11 and P44

set_lrange(pattern_type: RsCmwBluetoothSig.enums.LeRangePaternType)None[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:CONNection:PACKets:PATTern:LENergy:LRANge
driver.configure.connection.packets.pattern.lowEnergy.set_lrange(pattern_type = enums.LeRangePaternType.ALL0)

Select the bit pattern to be used for tests on LE coded PHY.

param pattern_type

ALL1 | P11 | P44 | PRBS9 ALL1: 11111111 P11: 10101010 P44: 11110000 PRBS9: pseudo-random bit sequences of a length of 9 bits (transmission of identical packet series)