State

SCPI Command :

CONFigure:PSWeep[:STATe]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() bool[source]
# CONFigure:PSWeep[:STATe]
value: bool = driver.applications.k18AmplifierEt.configure.psweep.state.get()

This command turns the parameter sweep on and off.

Returns:

state: ON | OFF | 1 | 0

set(state: bool) None[source]
# CONFigure:PSWeep[:STATe]
driver.applications.k18AmplifierEt.configure.psweep.state.set(state = False)

This command turns the parameter sweep on and off.

Parameters:

state – ON | OFF | 1 | 0