TypePy

SCPI Command :

[SENSe]:LIST:BWIDth[:RESolution]:TYPE
class TypePyCls[source]

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

get() RsFsw.enums.SweepModeHalfDec[source]
# SCPI: [SENSe]:LIST:BWIDth[:RESolution]:TYPE
value: enums.SweepModeHalfDec = driver.applications.k40PhaseNoise.sense.listPy.bandwidth.resolution.typePy.get()

Selects the sweep mode for all half decades.

return

mode: NORMal | FFT | IQFFt NORMal Measurement based on spectrum analyzer data. FFT Measurement based on spectrum analyzer data. Kept for compatibility to R&S FSV.

set(mode: RsFsw.enums.SweepModeHalfDec) None[source]
# SCPI: [SENSe]:LIST:BWIDth[:RESolution]:TYPE
driver.applications.k40PhaseNoise.sense.listPy.bandwidth.resolution.typePy.set(mode = enums.SweepModeHalfDec.FFT)

Selects the sweep mode for all half decades.

param mode

NORMal | FFT | IQFFt NORMal Measurement based on spectrum analyzer data. FFT Measurement based on spectrum analyzer data. Kept for compatibility to R&S FSV.