Functions, Chapter three – Teledyne LeCroy WaveExpert series Automation Manual User Manual
Page 123
Chapter Three
Control Reference
Clear sweeps for history functions such as average, histogram and trend. See also the general
'app.ClearSweeps' control which clears accumulated data for all subsystems, including persistence,
measurement statistics, etc.
' Visual Basic Script
Set app = CreateObject("LeCroy.XStreamDSO")
' Clear sweeps for all history functions.
app.Math.ClearSweeps
Example
Description
Reset the math subsystem to its default state.
All currently selected math operators, and other settings will be lost.
ResetAll
Action
Description
Present the Zoom setup Menu (to setup the Zoom (Z) traces).
ShowZoomMenu
Action
Description
FUNCTIONS
app.Math.Functions
Names of the form app.Math.Functions("Fx").xxxx are aliases of simpler names which are described in the section of the
manual which is devoted to app.Math. Examples of alias pairs are as follows -
app.Math.Functions("Fx") is equivalent to app.Math.Fx
app.Math.Functions("Fx").Out.Result is equivalent to app.Math.Fx.Out.Result
app.Math.Functions("Fx").Zoom is equivalent to app.Math.Zoom.Fx
Please see under Acquisition.Channels for a programming example.
FX
app.Math.Fx
This set of variables controls the math functions F1 through F8.
ClearSweeps
Action
DoResetZoom
Action
DoStoreToMemoryTrace
Action
Equation
String
LabelsPosition
String
LabelsText
String
MathMode
Enum
3-56
916435 RevA