State

SCPI Command :

CONFigure:GENerator:CONNection[:STATe]
class StateCls[source]

State commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get() bool[source]
# SCPI: 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.

return

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

set(state: bool) None[source]
# SCPI: 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.

param state

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