Dtime
SCPI Command :
[SENSe]:SWEep:DTIMe
- Commands in total: 2Subgroups: 1Direct child commands: 1
- get() float[source]
# [SENSe]:SWEep:DTIMe value: float = driver.sense.sweep.dtime.get()
Determines the amount of time used to sample a continuous stream of I/Q data. The stream is displayed as multiple rows in the spectrogram or waterfall diagrams (as opposed to the sweep time, which defines the time to capture a single row in the diagrams) . Dwell time is never applied for triggered measurements. It is only applied in single sweep mode or when the Sequencer is in continuous mode. The query returns the amount of time used to sample I/Q data in the current measurement. Tip: the dwell time can also be defined automatically, see method
RsFsw.sense.sweep.dtime.auto.set(). For more information see ‘Sweep time and detector’.- Returns:
time: numeric value Range: 30 ms to 3600 s, Unit: s
- set(time: float) None[source]
# [SENSe]:SWEep:DTIMe driver.sense.sweep.dtime.set(time = 1.0)
Determines the amount of time used to sample a continuous stream of I/Q data. The stream is displayed as multiple rows in the spectrogram or waterfall diagrams (as opposed to the sweep time, which defines the time to capture a single row in the diagrams) . Dwell time is never applied for triggered measurements. It is only applied in single sweep mode or when the Sequencer is in continuous mode. The query returns the amount of time used to sample I/Q data in the current measurement. Tip: the dwell time can also be defined automatically, see method
RsFsw.sense.sweep.dtime.auto.set(). For more information see ‘Sweep time and detector’.- Parameters:
time – numeric value Range: 30 ms to 3600 s, Unit: s
Cloning the Group
# Create a copy of the original group, that exists independently
dtime_copy = driver.sense.sweep.dtime.clone()
Subgroups