Fft
SCPI Command :
[SENSe]:BWIDth[:RESolution]:FFT
- class FftCls[source]
Fft commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() RsFsw.enums.FftFilterMode [source]
# SCPI: [SENSe]:BWIDth[:RESolution]:FFT value: enums.FftFilterMode = driver.sense.bandwidth.resolution.fft.get()
Defines the filter mode to be used for FFT filters by defining the subspan size. The subspan is the span which is covered by one FFT analysis. Is only available when using the sweep type ‘FFT’. Note: this command is maintained for compatibility reasons only. For new remote control programs, use the [SENSe:]SWEep:OPTimize command.
- return
filter_mode: WIDE | AUTO | NARRow AUTO Automatically applies the sweep optimization mode that is best for the current measurement. NARRow Optimizes the sweep mode for a large dynamic range. WIDE Optimizes the sweep mode for high performance.
- set(filter_mode: RsFsw.enums.FftFilterMode) None [source]
# SCPI: [SENSe]:BWIDth[:RESolution]:FFT driver.sense.bandwidth.resolution.fft.set(filter_mode = enums.FftFilterMode.AUTO)
Defines the filter mode to be used for FFT filters by defining the subspan size. The subspan is the span which is covered by one FFT analysis. Is only available when using the sweep type ‘FFT’. Note: this command is maintained for compatibility reasons only. For new remote control programs, use the [SENSe:]SWEep:OPTimize command.
- param filter_mode
WIDE | AUTO | NARRow AUTO Automatically applies the sweep optimization mode that is best for the current measurement. NARRow Optimizes the sweep mode for a large dynamic range. WIDE Optimizes the sweep mode for high performance.