State

SCPI Command :

CONFigure:PSWeep[:STATe]
class StateCls[source]

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

get() bool[source]
# SCPI: CONFigure:PSWeep[:STATe]
value: bool = driver.applications.k18AmplifierEt.configure.psweep.state.get()

This command turns the parameter sweep on and off.

return

state: ON | OFF | 1 | 0

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

This command turns the parameter sweep on and off.

param state

ON | OFF | 1 | 0