Connection
SCPI Command :
[SOURce<HW>]:EFRontend:CONNection:STATe
- class ConnectionCls[source]
Connection commands group definition. 2 total commands, 1 Subgroups, 1 group commands
- get_state() bool [source]
# SCPI: [SOURce<HW>]:EFRontend:CONNection:STATe value: bool = driver.source.efrontend.connection.get_state()
Queries the state of the connection between R&S SMW200A and external frontend.
- return:
conn_state: 1| ON| 0| OFF
- set_state(conn_state: bool) None [source]
# SCPI: [SOURce<HW>]:EFRontend:CONNection:STATe driver.source.efrontend.connection.set_state(conn_state = False)
Queries the state of the connection between R&S SMW200A and external frontend.
- param conn_state:
1| ON| 0| OFF
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.source.efrontend.connection.clone()
Subgroups