Mode

SCPI Commands

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

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

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

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

return

auto_auto_level: No help available

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

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

param auto_auto_level

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