Enable
SCPI Command :
CALCulate:SPECtrum<*>:OVERlap:FCOunt:LIMit:ENABle
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(spectrum=Spectrum.Default) bool[source]
# CALCulate:SPECtrum<*>:OVERlap:FCOunt:LIMit:ENABle value: bool = driver.calculate.spectrum.overlap.fcount.limit.enable.get(spectrum = repcap.Spectrum.Default)
Limits the number of FFTs that are done per acquisition. To set the number of FFTs, use method
RsMxo.calculate.spectrum.overlap.fcount.value.set().- Parameters:
spectrum – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Spectrum’)
- Returns:
limit_number_fft: OFF | ON
- set(limit_number_fft: bool, spectrum=Spectrum.Default) None[source]
# CALCulate:SPECtrum<*>:OVERlap:FCOunt:LIMit:ENABle driver.calculate.spectrum.overlap.fcount.limit.enable.set(limit_number_fft = False, spectrum = repcap.Spectrum.Default)
Limits the number of FFTs that are done per acquisition. To set the number of FFTs, use method
RsMxo.calculate.spectrum.overlap.fcount.value.set().- Parameters:
limit_number_fft – OFF | ON
spectrum – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Spectrum’)