TypePy

SCPI Command :

[SENSe]:SWEep:TYPE
class TypePyCls[source]

TypePy commands group definition. 2 total commands, 1 Subgroups, 1 group commands

get() RsFsw.enums.SweepType[source]
# SCPI: [SENSe]:SWEep:TYPE
value: enums.SweepType = driver.sense.sweep.typePy.get()

Selects the sweep type.

return

type_py: AUTO Automatic selection of the sweep type between sweep mode and FFT. FFT FFT mode SWE Sweep list

set(type_py: RsFsw.enums.SweepType) None[source]
# SCPI: [SENSe]:SWEep:TYPE
driver.sense.sweep.typePy.set(type_py = enums.SweepType.AUTO)

Selects the sweep type.

param 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 clone of the original group, that exists independently
group2 = driver.sense.sweep.typePy.clone()

Subgroups