
Automation Command and Query Reference Manual - Control Reference
app.Measure.Px.sdev.Result
app.Measure.Px.Statistics
This set of variables controls the statistical summaries that are provided for all the parameters.
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.
Clears the contents of all trace memories.
' Visual Basic Script
Set app = CreateObject("LeCroy.XStreamDSO")
' Clear the contents of all trace memories.
app.Memory.ClearAllMem
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.
This set of variables controls the memories M1 through M4.
Comentários a estes Manuais