State
SCPI Command :
CONFigure:PSWeep:ADJust:LEVel[:STATe]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() bool[source]
# 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.k18AmplifierEt.configure.psweep.expected.gain.set(). Prerequisites for this commandSelect ‘Generator Power’ as one of the parameters.
- Returns:
state: ON | OFF | 1 | 0
- set(state: bool) None[source]
# 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.k18AmplifierEt.configure.psweep.expected.gain.set(). Prerequisites for this commandSelect ‘Generator Power’ as one of the parameters.
- Parameters:
state – ON | OFF | 1 | 0