Connection

SCPI Commands

CALL:BLUetooth:SIGNaling<Instance>:CONNection:ACONnect
class Connection[source]

Connection commands group definition. 4 total commands, 2 Sub-groups, 1 group commands

get_aconnect()bool[source]
# SCPI: CALL:BLUetooth:SIGNaling<instance>:CONNection:ACONnect
value: bool = driver.call.connection.get_aconnect()

No command help available

return

auto_ranging: No help available

set_aconnect(auto_ranging: bool)None[source]
# SCPI: CALL:BLUetooth:SIGNaling<instance>:CONNection:ACONnect
driver.call.connection.set_aconnect(auto_ranging = False)

No command help available

param auto_ranging

No help available

Cloning the Group

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

Subgroups