Scale
SCPI Command :
CALCulate:SPECtrum<*>:FREQuency:SCALe
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(spectrum=Spectrum.Default) AxisMode[source]
# CALCulate:SPECtrum<*>:FREQuency:SCALe value: enums.AxisMode = driver.calculate.spectrum.frequency.scale.get(spectrum = repcap.Spectrum.Default)
Defines the scaling method for the frequency axis (x-axis) of the spectrogram.
- Parameters:
spectrum – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Spectrum’)
- Returns:
xaxis_mode: LIN: linear scaling LOG: logarithmic scaling
- set(xaxis_mode: AxisMode, spectrum=Spectrum.Default) None[source]
# CALCulate:SPECtrum<*>:FREQuency:SCALe driver.calculate.spectrum.frequency.scale.set(xaxis_mode = enums.AxisMode.LIN, spectrum = repcap.Spectrum.Default)
Defines the scaling method for the frequency axis (x-axis) of the spectrogram.
- Parameters:
xaxis_mode – LIN: linear scaling LOG: logarithmic scaling
spectrum – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Spectrum’)