Threshold

SCPI Commands

SENSe:ADJust:CONFigure:LEVel:THReshold
class ThresholdCls[source]

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

get() float[source]
# SCPI: [SENSe]:ADJust:CONFigure:LEVel:THReshold
value: float = driver.sense.adjust.configure.level.threshold.get()
This command defines the threshold of the signal search.

INTRO_CMD_HELP: Prerequisites for this command

  • Turn on the automatic signal search with [SENSe:]ADJust:CONFigure:FREQuency:AUTosearch[:STATe]

return

level: numeric value Unit: dBm

set(level: float) None[source]
# SCPI: [SENSe]:ADJust:CONFigure:LEVel:THReshold
driver.sense.adjust.configure.level.threshold.set(level = 1.0)
This command defines the threshold of the signal search.

INTRO_CMD_HELP: Prerequisites for this command

  • Turn on the automatic signal search with [SENSe:]ADJust:CONFigure:FREQuency:AUTosearch[:STATe]

param level

numeric value Unit: dBm