Gain

SCPI Command :

CONFigure:PSWeep:EXPected:GAIN
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() float[source]
# CONFigure:PSWeep:EXPected:GAIN
value: float = driver.applications.k18AmplifierEt.configure.psweep.expected.gain.get()

This command defines the expected gain of the DUT. This is necessary when you synchronize the generator output level and the reference level of the analyzer method RsFsw.applications.k18AmplifierEt.configure.psweep.adjust.level.state.set() = ON. Prerequisites for this command

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

Returns:

gain: numeric value Unit: dB

set(gain: float) None[source]
# CONFigure:PSWeep:EXPected:GAIN
driver.applications.k18AmplifierEt.configure.psweep.expected.gain.set(gain = 1.0)

This command defines the expected gain of the DUT. This is necessary when you synchronize the generator output level and the reference level of the analyzer method RsFsw.applications.k18AmplifierEt.configure.psweep.adjust.level.state.set() = ON. Prerequisites for this command

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

Parameters:

gain – numeric value Unit: dB