LowEnergy

SCPI Commands

CONFigure:BLUetooth:MEASurement<Instance>:ISIGnal:DTMode:PATTern:LENergy:LE1M
CONFigure:BLUetooth:MEASurement<Instance>:ISIGnal:DTMode:PATTern:LENergy:LE2M
CONFigure:BLUetooth:MEASurement<Instance>:ISIGnal:DTMode:PATTern:LENergy:LRANge
class LowEnergy[source]

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

get_le_1_m()RsCmwBluetoothMeas.enums.PatternType[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:ISIGnal:DTMode:PATTern:LENergy:LE1M
value: enums.PatternType = driver.configure.inputSignal.dtMode.pattern.lowEnergy.get_le_1_m()

Specifies the data pattern type that the EUT transmits as user payload data in its LE packets. Commands for uncoded LE 1M PHY (..:LE1M..) , LE 2M PHY (..:LE2M..) , and LE coded PHY (..:LRANge..) are available.

return

pattern_type: ALL0 | ALL1 | P11 | P44 | PRBS9 ALL0: ‘00000000’ P11: ‘10101010’ in transmission order (LSB first) P44: ‘11110000’ in transmission order (LSB first) ALL1: ‘11111111’ PRBS9: pseudorandom binary sequence of length 9

get_le_2_m()RsCmwBluetoothMeas.enums.PatternType[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:ISIGnal:DTMode:PATTern:LENergy:LE2M
value: enums.PatternType = driver.configure.inputSignal.dtMode.pattern.lowEnergy.get_le_2_m()

Specifies the data pattern type that the EUT transmits as user payload data in its LE packets. Commands for uncoded LE 1M PHY (..:LE1M..) , LE 2M PHY (..:LE2M..) , and LE coded PHY (..:LRANge..) are available.

return

pattern_type: ALL0 | ALL1 | P11 | P44 | PRBS9 ALL0: ‘00000000’ P11: ‘10101010’ in transmission order (LSB first) P44: ‘11110000’ in transmission order (LSB first) ALL1: ‘11111111’ PRBS9: pseudorandom binary sequence of length 9

get_lrange()RsCmwBluetoothMeas.enums.PatternType[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:ISIGnal:DTMode:PATTern:LENergy:LRANge
value: enums.PatternType = driver.configure.inputSignal.dtMode.pattern.lowEnergy.get_lrange()

Specifies the data pattern type that the EUT transmits as user payload data in its LE packets. Commands for uncoded LE 1M PHY (..:LE1M..) , LE 2M PHY (..:LE2M..) , and LE coded PHY (..:LRANge..) are available.

return

pattern_type: ALL0 | ALL1 | P11 | P44 | PRBS9 ALL0: ‘00000000’ P11: ‘10101010’ in transmission order (LSB first) P44: ‘11110000’ in transmission order (LSB first) ALL1: ‘11111111’ PRBS9: pseudorandom binary sequence of length 9

set_le_1_m(pattern_type: RsCmwBluetoothMeas.enums.PatternType)None[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:ISIGnal:DTMode:PATTern:LENergy:LE1M
driver.configure.inputSignal.dtMode.pattern.lowEnergy.set_le_1_m(pattern_type = enums.PatternType.ALL0)

Specifies the data pattern type that the EUT transmits as user payload data in its LE packets. Commands for uncoded LE 1M PHY (..:LE1M..) , LE 2M PHY (..:LE2M..) , and LE coded PHY (..:LRANge..) are available.

param pattern_type

ALL0 | ALL1 | P11 | P44 | PRBS9 ALL0: ‘00000000’ P11: ‘10101010’ in transmission order (LSB first) P44: ‘11110000’ in transmission order (LSB first) ALL1: ‘11111111’ PRBS9: pseudorandom binary sequence of length 9

set_le_2_m(pattern_type: RsCmwBluetoothMeas.enums.PatternType)None[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:ISIGnal:DTMode:PATTern:LENergy:LE2M
driver.configure.inputSignal.dtMode.pattern.lowEnergy.set_le_2_m(pattern_type = enums.PatternType.ALL0)

Specifies the data pattern type that the EUT transmits as user payload data in its LE packets. Commands for uncoded LE 1M PHY (..:LE1M..) , LE 2M PHY (..:LE2M..) , and LE coded PHY (..:LRANge..) are available.

param pattern_type

ALL0 | ALL1 | P11 | P44 | PRBS9 ALL0: ‘00000000’ P11: ‘10101010’ in transmission order (LSB first) P44: ‘11110000’ in transmission order (LSB first) ALL1: ‘11111111’ PRBS9: pseudorandom binary sequence of length 9

set_lrange(pattern_type: RsCmwBluetoothMeas.enums.PatternType)None[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:ISIGnal:DTMode:PATTern:LENergy:LRANge
driver.configure.inputSignal.dtMode.pattern.lowEnergy.set_lrange(pattern_type = enums.PatternType.ALL0)

Specifies the data pattern type that the EUT transmits as user payload data in its LE packets. Commands for uncoded LE 1M PHY (..:LE1M..) , LE 2M PHY (..:LE2M..) , and LE coded PHY (..:LRANge..) are available.

param pattern_type

ALL0 | ALL1 | P11 | P44 | PRBS9 ALL0: ‘00000000’ P11: ‘10101010’ in transmission order (LSB first) P44: ‘11110000’ in transmission order (LSB first) ALL1: ‘11111111’ PRBS9: pseudorandom binary sequence of length 9