Time
SCPI Command :
[SENSe]:SWEep:TIME
- class TimeCls[source]
Time commands group definition. 2 total commands, 1 Subgroups, 1 group commands
- get() float [source]
# SCPI: [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 [SENSe:]SWEep:DURation? command.
- return
time: refer to specifications document Unit: S
- set(time: float) None [source]
# SCPI: [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 [SENSe:]SWEep:DURation? command.
- param time
refer to specifications document Unit: S
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.sense.sweep.time.clone()
Subgroups