
Automation Command and Query Reference Manual - Processor Reference
Sets/Queries the maximum number of sweeps to be used by the envelope function trace Fx.
app.Math.Fx.OperatorYSetup (Operator = "FFT")
Fast Fourier Transform of waveform data.
' Visual Basic Script
Set app = CreateObject("LeCroy.XStreamDSO")
' Configure F3 to perform an FFT of C1
app.Math.F3.View = True
app.Math.F3.Source1 = "C1"
app.Math.F3.MathMode = "OneOperator"
app.Math.F3.Operator1 = "FFT"
app.Math.F3.Operator1Se
Enables/Disables suppression of the value at zero frequency in the FFT spectrum.
Sets/Queries the type of FFT spectrum for function trace Fx.
Magnitude with linear vertical scale
Komentáře k této Příručce