Chapter three – Teledyne LeCroy WaveExpert series Automation Manual User Manual
Page 85
![background image](/manuals/353447/85/background.png)
Chapter Three
Control Reference
Sets/Queries the type of interpolation used for input channel Cx. Note that Sinx/x interpolation
increases the size of the trace by a factor of 10, beware when using this option with long records.
InterpolateType
Enum
' Visual Basic Script
Set app = CreateObject("LeCroy.XStreamDSO")
' Set the interpolation for channel C3 to (sin x)/x
app.Acquisition.C3.InterpolateType = "Sinxx"
Example
Description
Values
Linear
Linear interpolation
Sinxx
Sinx/x interpolation
Sets/Queries whether input channel Cx is inverted.
Invert
Bool
' Visual Basic Script
Set app = CreateObject("LeCroy.XStreamDSO")
' Set channel C2 to be inverted.
app.Acquisition.C2.Invert = True
Example
Description
Sets/Queries the deskew of input channel Cx to produce a required alignment with another trace.
Deskew
From -9e-009 to 9e-009 step 1e-012
Double
' Visual Basic Script
Set app = CreateObject("LeCroy.XStreamDSO")
Range
Example
Description
Set/Query the Dark Cal Level, the residual power measured by the optical head with no input applied
(dark input).
Used only by the extinction ratio measurement.
Units are Micro-Watts (uW)
DarkCalLevel
From -1 to 1 step 1e-007
Double
Range
Description
3-18
916435 RevA