Scenario

SCPI Commands

ROUTe:BLUetooth:SIGNaling<Instance>:SCENario:STATe
class Scenario[source]

Scenario commands group definition. 3 total commands, 1 Sub-groups, 1 group commands

get_state()RsCmwBluetoothSig.enums.ConnectionState[source]
# SCPI: ROUTe:BLUetooth:SIGNaling<Instance>:SCENario:STATe
value: enums.ConnectionState = driver.route.scenario.get_state()

No command help available

return

state: No help available

Cloning the Group

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

Subgroups