TypePy
SCPI Command :
[SENSe]:SWEep:TYPE
- Commands in total: 2Subgroups: 1Direct child commands: 1
- get() SweepType[source]
# [SENSe]:SWEep:TYPE value: enums.SweepType = driver.sense.sweep.typePy.get()
Selects the sweep type.
- Returns:
type_py: AUTO Automatic selection of the sweep type between sweep mode and FFT. FFT FFT mode SWE Sweep list
- set(type_py: SweepType) None[source]
# [SENSe]:SWEep:TYPE driver.sense.sweep.typePy.set(type_py = enums.SweepType.AUTO)
Selects the sweep type.
- Parameters:
type_py – AUTO Automatic selection of the sweep type between sweep mode and FFT. FFT FFT mode SWE Sweep list
Cloning the Group
# Create a copy of the original group, that exists independently
typePy_copy = driver.sense.sweep.typePy.clone()
Subgroups