Debug

SCPI Commands

DIAGnostic:BLUetooth:SIGNaling<Instance>:DEBug:SUALog
DIAGnostic:BLUetooth:SIGNaling<Instance>:DEBug:SUAFswlog
DIAGnostic:BLUetooth:SIGNaling<Instance>:DEBug:SIMulation
DIAGnostic:BLUetooth:SIGNaling<Instance>:DEBug:HCIWindow
DIAGnostic:BLUetooth:SIGNaling<Instance>:DEBug:APPWindow
DIAGnostic:BLUetooth:SIGNaling<Instance>:DEBug:ATTRibwindow
class Debug[source]

Debug commands group definition. 8 total commands, 1 Sub-groups, 6 group commands

get_app_window()bool[source]
# SCPI: DIAGnostic:BLUetooth:SIGNaling<Instance>:DEBug:APPWindow
value: bool = driver.diagnostic.debug.get_app_window()

No command help available

return

window: No help available

get_attr_window()bool[source]
# SCPI: DIAGnostic:BLUetooth:SIGNaling<Instance>:DEBug:ATTRibwindow
value: bool = driver.diagnostic.debug.get_attr_window()

No command help available

return

window: No help available

get_hci_window()bool[source]
# SCPI: DIAGnostic:BLUetooth:SIGNaling<Instance>:DEBug:HCIWindow
value: bool = driver.diagnostic.debug.get_hci_window()

No command help available

return

window: No help available

get_simulation()bool[source]
# SCPI: DIAGnostic:BLUetooth:SIGNaling<Instance>:DEBug:SIMulation
value: bool = driver.diagnostic.debug.get_simulation()

No command help available

return

simulation: No help available

get_sua_fsw_log()bool[source]
# SCPI: DIAGnostic:BLUetooth:SIGNaling<Instance>:DEBug:SUAFswlog
value: bool = driver.diagnostic.debug.get_sua_fsw_log()

No command help available

return

sua_fsw_log: No help available

get_sua_log()bool[source]
# SCPI: DIAGnostic:BLUetooth:SIGNaling<Instance>:DEBug:SUALog
value: bool = driver.diagnostic.debug.get_sua_log()

No command help available

return

sua_log_win: No help available

set_app_window(window: bool)None[source]
# SCPI: DIAGnostic:BLUetooth:SIGNaling<Instance>:DEBug:APPWindow
driver.diagnostic.debug.set_app_window(window = False)

No command help available

param window

No help available

set_attr_window(window: bool)None[source]
# SCPI: DIAGnostic:BLUetooth:SIGNaling<Instance>:DEBug:ATTRibwindow
driver.diagnostic.debug.set_attr_window(window = False)

No command help available

param window

No help available

set_hci_window(window: bool)None[source]
# SCPI: DIAGnostic:BLUetooth:SIGNaling<Instance>:DEBug:HCIWindow
driver.diagnostic.debug.set_hci_window(window = False)

No command help available

param window

No help available

set_simulation(simulation: bool)None[source]
# SCPI: DIAGnostic:BLUetooth:SIGNaling<Instance>:DEBug:SIMulation
driver.diagnostic.debug.set_simulation(simulation = False)

No command help available

param simulation

No help available

set_sua_fsw_log(sua_fsw_log: bool)None[source]
# SCPI: DIAGnostic:BLUetooth:SIGNaling<Instance>:DEBug:SUAFswlog
driver.diagnostic.debug.set_sua_fsw_log(sua_fsw_log = False)

No command help available

param sua_fsw_log

No help available

set_sua_log(sua_log_win: bool)None[source]
# SCPI: DIAGnostic:BLUetooth:SIGNaling<Instance>:DEBug:SUALog
driver.diagnostic.debug.set_sua_log(sua_log_win = False)

No command help available

param sua_log_win

No help available

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.diagnostic.debug.clone()

Subgroups