Chapter three, Control reference – Teledyne LeCroy WaveExpert series Automation Manual User Manual
Page 150
Chapter Three
Control Reference
Please see under app.Acquisition.Channels("Cx") for a programming example.
Clears the contents of all trace memories.
ClearAllMem
Action
' Visual Basic Script
Set app = CreateObject("LeCroy.XStreamDSO")
' Clear the contents of all trace memories.
app.Memory.ClearAllMem
Example
Description
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.
Sets/Queries whether memory trace Mx is visible.
View
Bool
Description
ClearMem
Action
Copy
Action
LabelsPosition
String
LabelsText
String
PersistenceViewOn
Bool
Source1
Enum
UseGrid
String
UserText
String
View
Bool
ViewLabels
Bool
916435 RevA
3-83