Nfft

SCPI Command :

[SENSe]:LIST:RANGe<ri>:NFFT
class NfftCls[source]

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

get(rangePy=RangePy.Default) float[source]
# SCPI: [SENSe]:LIST:RANGe<ri>:NFFT
value: float = driver.applications.k50Spurious.sense.listPy.range.nfft.get(rangePy = repcap.RangePy.Default)

Defines the number of FFT averages to be performed for each range or segment.

param rangePy

optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Range’)

return

loffset: integer Range: 1 to 20, Unit: DB

set(loffset: float, rangePy=RangePy.Default) None[source]
# SCPI: [SENSe]:LIST:RANGe<ri>:NFFT
driver.applications.k50Spurious.sense.listPy.range.nfft.set(loffset = 1.0, rangePy = repcap.RangePy.Default)

Defines the number of FFT averages to be performed for each range or segment.

param loffset

integer Range: 1 to 20, Unit: DB

param rangePy

optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Range’)