Diagnostic

SCPI Commands

DIAGnostic:BLUetooth:SIGNaling<Instance>:WCMap
class Diagnostic[source]

Diagnostic commands group definition. 22 total commands, 6 Sub-groups, 1 group commands

get_wcmap()int[source]
# SCPI: DIAGnostic:BLUetooth:SIGNaling<Instance>:WCMap
value: int = driver.diagnostic.get_wcmap()

No command help available

return

wait_con_intervals: No help available

set_wcmap(wait_con_intervals: int)None[source]
# SCPI: DIAGnostic:BLUetooth:SIGNaling<Instance>:WCMap
driver.diagnostic.set_wcmap(wait_con_intervals = 1)

No command help available

param wait_con_intervals

No help available

Cloning the Group

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

Subgroups