Mode

SCPI Command :

[SENSe]:ADJust:CONFigure[:LEVel]:DURation:MODE
class ModeCls[source]

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

get() RsFsw.enums.AutoManualMode[source]
# SCPI: [SENSe]:ADJust:CONFigure[:LEVel]:DURation:MODE
value: enums.AutoManualMode = driver.applications.k9X11Ad.sense.adjust.configure.level.duration.mode.get()

To determine the ideal reference level, the FSW performs a measurement on the current input data. This command selects the way the FSW determines the length of the measurement .

return

mode: AUTO The FSW determines the measurement length automatically according to the current input data. MANual The FSW uses the measurement length defined by [SENSe:]ADJust:CONFigure:LEVel:DURation.

set(mode: RsFsw.enums.AutoManualMode) None[source]
# SCPI: [SENSe]:ADJust:CONFigure[:LEVel]:DURation:MODE
driver.applications.k9X11Ad.sense.adjust.configure.level.duration.mode.set(mode = enums.AutoManualMode.AUTO)

To determine the ideal reference level, the FSW performs a measurement on the current input data. This command selects the way the FSW determines the length of the measurement .

param mode

AUTO The FSW determines the measurement length automatically according to the current input data. MANual The FSW uses the measurement length defined by [SENSe:]ADJust:CONFigure:LEVel:DURation.