Teledyne LeCroy WavePro Automation Command User Manual
Page 101
Automation Command and Query Reference Manual - Control Reference
Track
Bool
Sets/Queries the state of tracking of a pair of cursors. If tracking is enabled then when the first cursor
is moved, the second will track at a constant distance from it.
Description
' Visual Basic Script
Set app = CreateObject("LeCroy.XStreamDSO")
' Set cursors tracking on.
app.Cursors.Track = True
Example
Type
Enum
Sets/Queries the currently selected type of cursor.
Description
' Visual Basic Script
Set app = CreateObject("LeCroy.XStreamDSO")
' Set the cursor type to vertical relative.
app.Cursors.View = "On"
app.Cursors.Type = "VertRel"
Example
Values
HorizAbs
Single cursor, position specified in time
HorizRel
Dual cursors, positions specified in time
VertAbs
Single cursor, position specified in divisions vertically
VertRel
Dual cursors, positions specified in divisions vertically
View
Bool
Sets/Queries visibility of the cursors.
Description
' Visual Basic Script
Set app = CreateObject("LeCroy.XStreamDSO")
' Make the cursors visible.
app.Cursors.View = "On"
Example
YPos2
Double
1-87
918501 RevA