Length
SCPI Command :
[SENSe]:SWEep:LENGth
- class LengthCls[source]
Length commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() float [source]
# SCPI: [SENSe]:SWEep:LENGth value: float = driver.applications.k18AmplifierEt.sense.sweep.length.get()
- This command defines the capture length.
INTRO_CMD_HELP: Prerequisites for this command
Turn off automatic selection of the capture time ([SENSe:]SWEep:TIME:AUTO) .
INTRO_CMD_HELP: Effects of this command
Changing the capture length automatically adjusts the capture time.
- return
samples: numeric value: (integer only) Unit: Samples
- set(samples: float) None [source]
# SCPI: [SENSe]:SWEep:LENGth driver.applications.k18AmplifierEt.sense.sweep.length.set(samples = 1.0)
- This command defines the capture length.
INTRO_CMD_HELP: Prerequisites for this command
Turn off automatic selection of the capture time ([SENSe:]SWEep:TIME:AUTO) .
INTRO_CMD_HELP: Effects of this command
Changing the capture length automatically adjusts the capture time.
- param samples
numeric value: (integer only) Unit: Samples