Value

SCPI Command :

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

Defines the minimum factor by which two neighboring frames overlap.

Parameters:

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

Returns:

overlap_factor: 0 to 90

set(overlap_factor: float, spectrum=Spectrum.Default) None[source]
# CALCulate:SPECtrum<*>:OVERlap:FACTor:VALue
driver.calculate.spectrum.overlap.factor.value.set(overlap_factor = 1.0, spectrum = repcap.Spectrum.Default)

Defines the minimum factor by which two neighboring frames overlap.

Parameters:
  • overlap_factor – 0 to 90

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