Duration

SCPI Command :

[SENSe]:ADJust:CONFigure:LEVel:DURation
class DurationCls[source]

Duration commands group definition. 2 total commands, 1 Subgroups, 1 group commands

get() float[source]
# SCPI: [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 [SENSe:]ADJust:CONFigure:LEVel:DURation:MODE is set to MANual.

return

duration: Numeric value in seconds Range: 0.001 to 16000.0, Unit: s

set(duration: float) None[source]
# SCPI: [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 [SENSe:]ADJust:CONFigure:LEVel:DURation:MODE is set to MANual.

param duration

Numeric value in seconds Range: 0.001 to 16000.0, Unit: s

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.sense.adjust.configure.level.duration.clone()

Subgroups