State

SCPI Command :

CONFigure:GENerator:CONNection[:STATe]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() bool[source]
# CONFigure:GENerator:CONNection[:STATe]
value: bool = driver.configure.generator.connection.state.get()

Connects or disconnects the signal generator specified by method RsFsw.configure.generator.ipConnection.address.set() . The IP address must be specified before you use this command.

Returns:

state: ON | OFF | 0 | 1 OFF | 0 Disconnects the generator. ON | 1 Connects the generator.

set(state: bool) None[source]
# CONFigure:GENerator:CONNection[:STATe]
driver.configure.generator.connection.state.set(state = False)

Connects or disconnects the signal generator specified by method RsFsw.configure.generator.ipConnection.address.set() . The IP address must be specified before you use this command.

Parameters:

state – ON | OFF | 0 | 1 OFF | 0 Disconnects the generator. ON | 1 Connects the generator.