Connection

SCPI Command :

[SOURce<HW>]:FREQuency:CONVerter:EXTernal:CONNection:STATe
class ConnectionCls[source]

Connection commands group definition. 3 total commands, 2 Subgroups, 1 group commands

get_state() bool[source]
# SCPI: [SOURce<HW>]:FREQuency:CONVerter:EXTernal:CONNection:STATe
value: bool = driver.source.frequency.converter.external.connection.get_state()

No command help available

return

conn_state: No help available

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.source.frequency.converter.external.connection.clone()

Subgroups