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.applications.k17Mcgd.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

length: No help available

set(length: float) None[source]
# SCPI: [SENSe]:ADJust:CONFigure[:LEVel]:DURation
driver.applications.k17Mcgd.sense.adjust.configure.level.duration.set(length = 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 length

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.applications.k17Mcgd.sense.adjust.configure.level.duration.clone()

Subgroups