Control

SCPI Commands

SENSe:CONFigure:CONTrol
class ControlCls[source]

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

get() AutoManualMode[source]
# SCPI: [SENSe]:CONFigure:CONTrol
value: enums.AutoManualMode = driver.applications.k30NoiseFigure.sense.configure.control.get()

This command selects the measurement mode for the hot and cold power 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 Power (Hot) and Power (Cold) measurement in one step. MANual Performs the Power (Hot) and Power (Cold) measurement in two separate steps.

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

This command selects the measurement mode for the hot and cold power 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 Power (Hot) and Power (Cold) measurement in one step. MANual Performs the Power (Hot) and Power (Cold) measurement in two separate steps.