High

SCPI Commands

SENSe:ADJust:CONFigure:FREQuency:LIMit:HIGH
class HighCls[source]

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

get() float[source]
# SCPI: [SENSe]:ADJust:CONFigure:FREQuency:LIMit:HIGH
value: float = driver.sense.adjust.configure.frequency.limit.high.get()
This command defines the upper limit of the frequency search range.

INTRO_CMD_HELP: Prerequisites for this command

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

return

frequency: numeric value Range: See data sheet , Unit: Hz

set(frequency: float) None[source]
# SCPI: [SENSe]:ADJust:CONFigure:FREQuency:LIMit:HIGH
driver.sense.adjust.configure.frequency.limit.high.set(frequency = 1.0)
This command defines the upper limit of the frequency search range.

INTRO_CMD_HELP: Prerequisites for this command

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

param frequency

numeric value Range: See data sheet , Unit: Hz