Teledyne LeCroy WavePro Automation Command User Manual
Page 516

Automation Command and Query Reference Manual - Processor Reference
app.Math.F3.Operator1 = "FFT"
app.Math.F3.Operator1Se
Algorithm
Enum
Sets/Queries the algorithm for the FFT in function trace Fx.
Description
' Visual Basic Script
Set app = CreateObject("LeCroy.XStreamDSO")
' Set function trace F4 to FFT.
app.Math.F4.Operator1 = "FFT"
' Set the FFT algorithm to power of two.
app.Math.F4.Operator1Setup.Algorithm = "Power2"
Example
Values
LeastPrime
Power2
FillType
Enum
Sets/Queries the type of trace fill to use in the FFT function trace Fx.
Description
Values
Truncate
ZeroFill
SuppressDC
Bool
Enables/Disables suppression of the value at zero frequency in the FFT spectrum.
Description
Type
Enum
Sets/Queries the type of FFT spectrum for function trace Fx.
Description
Values
Imaginary
Imaginary part of the complex spectrum
Magnitude
Magnitude with linear vertical scale
MagSquared
Phase
Phase
PowerDensity
Power Density
PowerSpectrum
Power Spectrum
Real
Real part of the complex spectrum
2-17
918501 RevA