LogScale

SCPI Command :

CALCulate:MATH<*>:FFT:LOGScale
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(math=Math.Default) XaxisMode[source]
# CALCulate:MATH<*>:FFT:LOGScale
value: enums.XaxisMode = driver.calculate.math.fft.logScale.get(math = repcap.Math.Default)

Defines the scaling method for the frequency (x-) axis of the spectrogram.

Parameters:

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

Returns:

xaxis_mode: LIN | LOG

  • LOG: Logarithmic scaling

  • LIN: Linear scaling

set(xaxis_mode: XaxisMode, math=Math.Default) None[source]
# CALCulate:MATH<*>:FFT:LOGScale
driver.calculate.math.fft.logScale.set(xaxis_mode = enums.XaxisMode.LIN, math = repcap.Math.Default)

Defines the scaling method for the frequency (x-) axis of the spectrogram.

Parameters:
  • xaxis_mode

    LIN | LOG

    • LOG: Logarithmic scaling

    • LIN: Linear scaling

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