Time

SCPI Command :

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

Defines the sweep time. It automatically decouples the time from any other settings. In the Spectrum application, the command decouples the sweep time from the span and resolution and video bandwidths. Note that this command queries only the time required to capture the data, not to process it. To obtain an estimation of the total capture and processing time, use the method RsFsw.sense.sweep.duration.get() command.

Returns:

time: refer to specifications document Unit: S

set(time: float) None[source]
# [SENSe]:SWEep:TIME
driver.sense.sweep.time.set(time = 1.0)

Defines the sweep time. It automatically decouples the time from any other settings. In the Spectrum application, the command decouples the sweep time from the span and resolution and video bandwidths. Note that this command queries only the time required to capture the data, not to process it. To obtain an estimation of the total capture and processing time, use the method RsFsw.sense.sweep.duration.get() command.

Parameters:

time – refer to specifications document Unit: S

Cloning the Group

# Create a copy of the original group, that exists independently
time_copy = driver.sense.sweep.time.clone()

Subgroups