Enable

SCPI Command :

CALCulate:SPECtrum<*>:OVERlap:ENABle
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(spectrum=Spectrum.Default) bool[source]
# CALCulate:SPECtrum<*>:OVERlap:ENABle
value: bool = driver.calculate.spectrum.overlap.enable.get(spectrum = repcap.Spectrum.Default)

Activates the use of frames and overlap to create the FFT spectrum.

Parameters:

spectrum – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Spectrum’)

Returns:

state: OFF | ON

set(state: bool, spectrum=Spectrum.Default) None[source]
# CALCulate:SPECtrum<*>:OVERlap:ENABle
driver.calculate.spectrum.overlap.enable.set(state = False, spectrum = repcap.Spectrum.Default)

Activates the use of frames and overlap to create the FFT spectrum.

Parameters:
  • state – OFF | ON

  • spectrum – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Spectrum’)