Length
SCPI Command :
[SENSe]:SWEep:LENGth
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() float[source]
# [SENSe]:SWEep:LENGth value: float = driver.applications.k18AmplifierEt.sense.sweep.length.get()
This command defines the capture length. Prerequisites for this command
Turn off automatic selection of the capture time (method
RsFsw.sense.sweep.time.auto.set()) .
Effects of this command
Changing the capture length automatically adjusts the capture time.
- Returns:
samples: numeric value: (integer only) Unit: Samples
- set(samples: float) None[source]
# [SENSe]:SWEep:LENGth driver.applications.k18AmplifierEt.sense.sweep.length.set(samples = 1.0)
This command defines the capture length. Prerequisites for this command
Turn off automatic selection of the capture time (method
RsFsw.sense.sweep.time.auto.set()) .
Effects of this command
Changing the capture length automatically adjusts the capture time.
- Parameters:
samples – numeric value: (integer only) Unit: Samples