Duration

SCPI Command :

[SENSe]:SWEep:DURation
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() float[source]
# [SENSe]:SWEep:DURation
value: float = driver.sense.sweep.duration.get()

Provides an estimation of the total time required to capture the data and process it. This time span may be considerably longer than the actual sweep time (see method RsFsw.sense.sweep.time.set() ) . Tip: To determine the necessary timeout for data capturing in a remote control program, double the estimated time and add 1 second.