Control

SCPI Command :

[SENSe]:CONFigure:CONTrol
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() AutoManualMode[source]
# [SENSe]:CONFigure:CONTrol
value: enums.AutoManualMode = driver.applications.k30NoiseFigure.sense.configure.control.get()

Selects the measurement mode for the ‘Level (Hot) ‘ and ‘Level (Cold) ‘measurements. Note that selecting a noise source with resistor characteristics with method RsFsw.applications.k30NoiseFigure.sense.correction.enr.calibration.typePy.set() or method RsFsw.applications.k30NoiseFigure.sense.correction.enr.measurement.typePy.set() automatically selects manual measurement mode.

Returns:

mode: AUTO | MANual AUTO Performs the ‘Level (Hot) ‘ and ‘Level (Cold) ‘ measurement in one step. MANual Performs the ‘Level (Hot) ‘ and ‘Level (Cold) ‘ measurement in two separate steps.

set(mode: AutoManualMode) None[source]
# [SENSe]:CONFigure:CONTrol
driver.applications.k30NoiseFigure.sense.configure.control.set(mode = enums.AutoManualMode.AUTO)

Selects the measurement mode for the ‘Level (Hot) ‘ and ‘Level (Cold) ‘measurements. Note that selecting a noise source with resistor characteristics with method RsFsw.applications.k30NoiseFigure.sense.correction.enr.calibration.typePy.set() or method RsFsw.applications.k30NoiseFigure.sense.correction.enr.measurement.typePy.set() automatically selects manual measurement mode.

Parameters:

mode – AUTO | MANual AUTO Performs the ‘Level (Hot) ‘ and ‘Level (Cold) ‘ measurement in one step. MANual Performs the ‘Level (Hot) ‘ and ‘Level (Cold) ‘ measurement in two separate steps.