Connection

SCPI Command :

[SOURce<HW>]:EFRontend:CONNection:STATe
Commands in total: 2
Subgroups: 1
Direct child commands: 1
get_state() bool[source]
# [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.

Returns:

conn_state: 1 | ON | 0| OFF

set_state(conn_state: bool) None[source]
# [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.

Parameters:

conn_state – 1 | ON | 0| OFF

Cloning the Group

# Create a copy of the original group, that exists independently
connection_copy = driver.source.efrontend.connection.clone()

Subgroups