Teledyne LeCroy WavePro Automation Command User Manual
Page 162
![background image](/manuals/353449/162/background.png)
Automation Command and Query Reference Manual - Control Reference
stInP
stNonTrans
stTrans
TIEHist
TIERawTrack
TIETrack
Z1
Z2
Z3
Z4
Z5
Z6
Z7
Z8
UseGrid
String
Any number of characters
Range
Sets/Queries the grid in use for the math trace Fx.
See also app.Acquisition.Cx.UseGrid.
Description
' Visual Basic Script
Set app = CreateObject("LeCroy.XStreamDSO")
' Place math trace F3 on grid YT4.
app.Math.F3.UseGrid = "YT4"
Example
View
Bool
Sets/Queries whether the trace of math function Fx is visible. Note that even when math traces are
not visible, but are being used as inputs to other math functions and/or measurements, they are
computed.
Description
' Visual Basic Script
Set app = CreateObject("LeCroy.XStreamDSO")
' Show math trace F3.
app.Math.F3.View = True
Example
ViewLabels
Bool
Sets/Queries whether trace labels, defined with LabelsText and LabelsPosition controls, are shown.
Description
' Visual Basic Script
Set app = CreateObject("LeCroy.XStreamDSO")
' Show the user-defined trace label for trace F1
app.Math.F1.ViewLabels = True
Example
1-148
918501 RevA