Gain

SCPI Command :

SYSTem:CONFigure:DUT:GAIN
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() float[source]
# 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.

Returns:

gain: Range: 10 to 1000, Unit: DB

set(gain: float) None[source]
# 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.

Parameters:

gain – Range: 10 to 1000, Unit: DB