Result, Statistics – Teledyne LeCroy WaveSurfer Automation Command User Manual
Page 135
Automation Command and Query Reference Manual - Control Reference
RESULT
app.Measure.Px.sdev.Result
STATISTICS
app.Measure.Px.Statistics
This set of variables controls the statistical summaries that are provided for all the parameters.
MEMORY
app.Memory
Variables of the form app.Memory.xxxx control the memories M1 through M4.
Names of the form app.Memory.Memories("Mx").xxxx are aliases of simpler names which are described in this
section of the manual. Examples of alias pairs are as follows -
app.Memory.Memories("Mx").Out.Result is equivalent to app.Memory.Mx.Out.Result
app.Memory.Memories("Mx").Zoom is equivalent to app.Memory.Mx.Zoom
Please see under app.Acquisition.Channels("Cx") for a programming example.
ClearAllMem
Action
Clears the contents of all trace memories.
Description
' Visual Basic Script
Set app = CreateObject("LeCroy.XStreamDSO")
' Clear the contents of all trace memories.
app.Memory.ClearAllMem
Example
ClearAllMem
Action
MEMORIES
app.Memory.Memories
Names of the form app.Memory.Memories("Mx").xxxx are aliases of simpler names which are described in the
section of the manual which is devoted to app.Memory. Examples of alias pairs are as follows -
app.Memory.Memories("Mx").Out.Result is equivalent to app.Memory.Mx.Out.Result
app.Memory.Memories("Mx").Zoom is equivalent to app.Memory.Mx.Zoom
Please see under Acquisition.Channels for a programming example.
MX
app.Memory.Mx
This set of variables controls the memories M1 through M4.
ClearMem
Action
1-128
918499 RevA