Gain

SCPI Command :

CONFigure:PSWeep:EXPected:GAIN
class GainCls[source]

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

get() float[source]
# SCPI: 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.K18_AmplifierEt.Configure.Psweep.Adjust.Level.State.set = ON.

INTRO_CMD_HELP: Prerequisites for this command

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

return

gain: numeric value Unit: dB

set(gain: float) None[source]
# SCPI: 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.K18_AmplifierEt.Configure.Psweep.Adjust.Level.State.set = ON.

INTRO_CMD_HELP: Prerequisites for this command

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

param gain

numeric value Unit: dB