Low

SCPI Commands

SENSe:ADJust:CONFigure:FREQuency:LIMit:LOW
class LowCls[source]

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

get() float[source]
# SCPI: [SENSe]:ADJust:CONFigure:FREQuency:LIMit:LOW
value: float = driver.sense.adjust.configure.frequency.limit.low.get()
This command defines the lower 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:LOW
driver.sense.adjust.configure.frequency.limit.low.set(frequency = 1.0)
This command defines the lower 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