Gain

SCPI Command :

SYSTem:CONFigure:DUT:GAIN
class GainCls[source]

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

get() float[source]
# SCPI: SYSTem:CONFigure:DUT:GAIN
value: float = driver.applications.k30NoiseFigure.system.configure.dut.gain.get()

Defines the expected ‘gain’ of the DUT. The application uses the ‘gain’ for automatic reference level detection.

return

gain: Range: 10 to 1000, Unit: DB

set(gain: float) None[source]
# SCPI: SYSTem:CONFigure:DUT:GAIN
driver.applications.k30NoiseFigure.system.configure.dut.gain.set(gain = 1.0)

Defines the expected ‘gain’ of the DUT. The application uses the ‘gain’ for automatic reference level detection.

param gain

Range: 10 to 1000, Unit: DB