Operator1setup, Result, Zoom – Teledyne LeCroy WavePro Automation Command User Manual
Page 163

Automation Command and Query Reference Manual - Control Reference
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-
only.
For a detailed description of all properties available for the output of a Math Function, please see Chapter 1.
ZOOM
app.Math.Fx.Zoom
This set of variables controls the zoom functions for math trace Fx.
' Visual Basic Script
Set app = CreateObject("LeCroy.XStreamDSO")
' Turn on trace F1, will default to Zoom-Only
app.Math.F1.View = True
app.Math.F1.Source1 = "C1"
' Zoom trace F1 by a factor of 2 horizontally and vertically
app.Math.F1.Zoom.Rese
Example
CenterSelectedSegment
Integer
From 1 to 1 step 1
Range
CenterSelectedSegment
Integer
HorPos
Double
HorZoom
Double
NumSelectedSegments
DoubleLockstep
VariableHorZoom
Bool
VariableVerZoom
Bool
VerPos
Double
VerZoom
Double
1-149
918501 RevA