Dtime

SCPI Command :

[SENSe]:SWEep:DTIMe
class DtimeCls[source]

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

get() float[source]
# SCPI: [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 [SENSe:]SWEep:DTIMe:AUTO. For more information see ‘Sweep time and detector’.

return

time: numeric value Range: 30 ms to 3600 s, Unit: s

set(time: float) None[source]
# SCPI: [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 [SENSe:]SWEep:DTIMe:AUTO. For more information see ‘Sweep time and detector’.

param time

numeric value Range: 30 ms to 3600 s, Unit: s

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.sense.sweep.dtime.clone()

Subgroups