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.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 .
- Returns:
mode: 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().
- set(mode: AutoManualMode) None[source]
# [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 .
- Parameters:
mode – 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().