Connection
SCPI Command :
[SOURce<HW>]:FREQuency:CONVerter:EXTernal:CONNection:STATe
- Commands in total: 3Subgroups: 2Direct child commands: 1
- get_state() bool[source]
# [SOURce<HW>]:FREQuency:CONVerter:EXTernal:CONNection:STATe value: bool = driver.source.frequency.converter.external.connection.get_state()
No help available
Cloning the Group
# Create a copy of the original group, that exists independently
connection_copy = driver.source.frequency.converter.external.connection.clone()
Subgroups