State
SCPI Command :
CONFigure:PSWeep:Y:STATe
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() bool[source]
# CONFigure:PSWeep:Y:STATe value: bool = driver.applications.k18AmplifierEt.configure.psweep.y.state.get()
This command turns the second parameter controlled by the parameter sweep on and off.
- Returns:
state: ON | OFF | 1 | 0
- set(state: bool) None[source]
# CONFigure:PSWeep:Y:STATe driver.applications.k18AmplifierEt.configure.psweep.y.state.set(state = False)
This command turns the second parameter controlled by the parameter sweep on and off.
- Parameters:
state – ON | OFF | 1 | 0