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.k70Vsa.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
auto_auto_level: No help available
- set(auto_auto_level: RsFsw.enums.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 FSW performs a measurement on the current input data. This command selects the way the FSW determines the length of the measurement .
- param auto_auto_level
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.