Control

SCPI Command :

[SENSe]:CONFigure:CONTrol
class ControlCls[source]

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

get() RsFsw.enums.AutoManualMode[source]
# SCPI: [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 [SENSe:]CORRection:ENR:CALibration:TYPE or [SENSe:]CORRection:ENR[:MEASurement]:TYPE automatically selects manual measurement mode.

return

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: RsFsw.enums.AutoManualMode) None[source]
# SCPI: [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 [SENSe:]CORRection:ENR:CALibration:TYPE or [SENSe:]CORRection:ENR[:MEASurement]:TYPE automatically selects manual measurement mode.

param 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.