Duration
SCPI Command :
[SENSe]:ADJust:CONFigure:LEVel:DURation
- Commands in total: 2Subgroups: 1Direct child commands: 1
- get() float[source]
# [SENSe]:ADJust:CONFigure:LEVel:DURation value: float = driver.sense.adjust.configure.level.duration.get()
To determine the ideal reference level, the FSW performs a measurement on the current input data. This command defines the length of the measurement if method
RsFsw.applications.k10Xlte.sense.adjust.configure.level.duration.mode.set()is set to MANual.- Returns:
duration: Numeric value in seconds Range: 0.001 to 16000.0, Unit: s
- set(duration: float) None[source]
# [SENSe]:ADJust:CONFigure:LEVel:DURation driver.sense.adjust.configure.level.duration.set(duration = 1.0)
To determine the ideal reference level, the FSW performs a measurement on the current input data. This command defines the length of the measurement if method
RsFsw.applications.k10Xlte.sense.adjust.configure.level.duration.mode.set()is set to MANual.- Parameters:
duration – Numeric value in seconds Range: 0.001 to 16000.0, Unit: s
Cloning the Group
# Create a copy of the original group, that exists independently
duration_copy = driver.sense.adjust.configure.level.duration.clone()
Subgroups