Mode
SCPI Command :
[SENSe]:ADJust:CONFigure[:LEVel]:DURation:MODE
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() AutoManualMode[source]
# [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 .
- set(auto_auto_level: AutoManualMode) None[source]
# [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 .
- Parameters:
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 method
RsFsw.applications.k10Xlte.sense.adjust.configure.level.duration.set().