Teledyne LeCroy WavePro Automation Command User Manual
Page 152
Automation Command and Query Reference Manual - Control Reference
AxisYRotation
Integer
From -90 to 90 step 1
Range
Sets/Queries the state of the Y Axis rotation control, used only in 3d persistence modes to control the
apparent viewing position. See the general description above for a discussion of the locked and
unlocked persistence modes.
Description
' Visual Basic Script
Set app = CreateObject("LeCroy.XStreamDSO")
Set the rotation about the Y-axis to 25 degrees for trace F3.
app.Acquisition.F3.AxisYRotation = 25
Example
ClearSweeps
Action
Clears accumulated data for a single function trace.
Description
' Visual Basic Script
Set app = CreateObject("LeCroy.XStreamDSO")
' Reset accumulation for trace F1
app.Math.F1.ClearSweeps
Example
DoResetZoom
Action
Resets the zoom state of math trace Fx.
Description
' Visual Basic Script
Set app = CreateObject("LeCroy.XStreamDSO")
' Reset zoom of math function F3.
app.Math.F3.DoResetZoom
Example
DoStoreToMemoryTrace
Action
Store data from math function Fx to a memory trace.
Destination for F1 will be M1, F2 will be M2, etc.
Description
' Visual Basic Script
Set app = CreateObject("LeCroy.XStreamDSO")
' Store math function F2 to a memory trace.
app.Math.F2.DoStoreToMemoryTrace
Example
1-138
918501 RevA