Ofactor

SCPI Command :

CALCulate:MATH<*>:FFT:FRAMe:OFACtor
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(math=Math.Default) float[source]
# CALCulate:MATH<*>:FFT:FRAMe:OFACtor
value: float = driver.calculate.math.fft.frame.ofactor.get(math = repcap.Math.Default)

Defines the minimum factor by which two neighboring frames overlap. If the required number of frames to cover the input values allows for more overlap, the factor is increased. The higher the overlap factor, the more frames are used. This leads to more individual results and improves detection of transient signal effects. However, it also extends the duration of the calculation.

Parameters:

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

Returns:

overlap_factor: 0 to 90

set(overlap_factor: float, math=Math.Default) None[source]
# CALCulate:MATH<*>:FFT:FRAMe:OFACtor
driver.calculate.math.fft.frame.ofactor.set(overlap_factor = 1.0, math = repcap.Math.Default)

Defines the minimum factor by which two neighboring frames overlap. If the required number of frames to cover the input values allows for more overlap, the factor is increased. The higher the overlap factor, the more frames are used. This leads to more individual results and improves detection of transient signal effects. However, it also extends the duration of the calculation.

Parameters:
  • overlap_factor – 0 to 90

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