Le

SCPI Commands

DIAGnostic:BLUetooth:SIGNaling<Instance>:LE:MODE
DIAGnostic:BLUetooth:SIGNaling<Instance>:LE:STATe
DIAGnostic:BLUetooth:SIGNaling<Instance>:LE:PLENgth
DIAGnostic:BLUetooth:SIGNaling<Instance>:LE:CHANnel
DIAGnostic:BLUetooth:SIGNaling<Instance>:LE:PATTern
class Le[source]

Le commands group definition. 5 total commands, 0 Sub-groups, 5 group commands

get_channel()int[source]
# SCPI: DIAGnostic:BLUetooth:SIGNaling<Instance>:LE:CHANnel
value: int = driver.diagnostic.le.get_channel()

No command help available

return

channel: No help available

get_mode()bool[source]
# SCPI: DIAGnostic:BLUetooth:SIGNaling<Instance>:LE:MODE
value: bool = driver.diagnostic.le.get_mode()

No command help available

return

le_test_mode: No help available

get_packet_length()int[source]
# SCPI: DIAGnostic:BLUetooth:SIGNaling<Instance>:LE:PLENgth
value: int = driver.diagnostic.le.get_packet_length()

No command help available

return

payload_length: No help available

get_pattern()RsCmwBluetoothSig.enums.LeRangePaternType[source]
# SCPI: DIAGnostic:BLUetooth:SIGNaling<Instance>:LE:PATTern
value: enums.LeRangePaternType = driver.diagnostic.le.get_pattern()

No command help available

return

pattern: No help available

get_state()RsCmwBluetoothSig.enums.LeDiagState[source]
# SCPI: DIAGnostic:BLUetooth:SIGNaling<Instance>:LE:STATe
value: enums.LeDiagState = driver.diagnostic.le.get_state()

No command help available

return

state: No help available

set_channel(channel: int)None[source]
# SCPI: DIAGnostic:BLUetooth:SIGNaling<Instance>:LE:CHANnel
driver.diagnostic.le.set_channel(channel = 1)

No command help available

param channel

No help available

set_mode(le_test_mode: bool)None[source]
# SCPI: DIAGnostic:BLUetooth:SIGNaling<Instance>:LE:MODE
driver.diagnostic.le.set_mode(le_test_mode = False)

No command help available

param le_test_mode

No help available

set_packet_length(payload_length: int)None[source]
# SCPI: DIAGnostic:BLUetooth:SIGNaling<Instance>:LE:PLENgth
driver.diagnostic.le.set_packet_length(payload_length = 1)

No command help available

param payload_length

No help available

set_pattern(pattern: RsCmwBluetoothSig.enums.LeRangePaternType)None[source]
# SCPI: DIAGnostic:BLUetooth:SIGNaling<Instance>:LE:PATTern
driver.diagnostic.le.set_pattern(pattern = enums.LeRangePaternType.ALL0)

No command help available

param pattern

No help available