State

SCPI Command :

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

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

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

This command turns synchronization of the generator output level and the analyzer reference level on and off. When you synchronize the levels, it is recommended to also define the expected gain of the DUT with method RsFsw.Applications. K18_AmplifierEt.Configure.Psweep.Expected.Gain.set.

INTRO_CMD_HELP: Prerequisites for this command

  • Select ‘Generator Power’ as one of the parameters.

return

state: ON | OFF | 1 | 0

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

This command turns synchronization of the generator output level and the analyzer reference level on and off. When you synchronize the levels, it is recommended to also define the expected gain of the DUT with method RsFsw.Applications. K18_AmplifierEt.Configure.Psweep.Expected.Gain.set.

INTRO_CMD_HELP: Prerequisites for this command

  • Select ‘Generator Power’ as one of the parameters.

param state

ON | OFF | 1 | 0