Operator1setup, Result, Chapter three – Teledyne LeCroy WaveExpert series Automation Manual User Manual
Page 130
Chapter Three
Control Reference
Resets the zoom state of math trace Fx.
DoResetZoom
Action
' Visual Basic Script
Set app = CreateObject("LeCroy.XStreamDSO")
' Reset zoom of math function F3.
app.Math.F3.DoResetZoom
Example
Description
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.
View
Bool
' Visual Basic Script
Set app = CreateObject("LeCroy.XStreamDSO")
' Show math trace F3.
app.Math.F3.View = True
Example
Description
Store data from math function Fx to a memory trace.
Destination for F1 will be M1, F2 will be M2, etc.
DoStoreToMemoryTrace
Action
' Visual Basic Script
Set app = CreateObject("LeCroy.XStreamDSO")
' Store math function F2 to a memory trace.
app.Math.F2.DoStoreToMemoryTrace
Example
Description
OPERATOR1SETUP
app.Math.Fx.Operator1Setup
This node is dynamically created, and will contain the controls for the operator currently selected into Operator1.
See the Math/Measure Control reference at the end of this manual for a lost of these controls.
RESULT
app.Math.Fx.Out.Result
Properties of the type xxxx.Out.Result.yyyy are those of the last completed acquisition. They are not affected if other
cvars are changed after that acquisition was completed. This distinction between "Out.Result" properties and other
cvars is most important when the trigger mode is Single or Stopped. You should treat "Out.Result" properties as read-
916435 RevA
3-63