beautypg.com

Chapter three – Teledyne LeCroy WaveExpert series Automation Manual User Manual

Page 174

background image

Chapter Three

Control Reference

Sets/Queries the destination to which waveform data will be saved. Used only when the SaveTo =
"Memory".

SaveDestination

Enum

' Visual Basic Script
Set app = CreateObject("LeCroy.XStreamDSO")

' Setup to store trace C2 into M4 and perform the save operation
app.SaveRecall.Waveform.SaveTo = "Memory"
app.SaveRecall.Waveform.SaveSource = "C2"
app.SaveRecall.Waveform.SaveDestination = "M4"
app.SaveRecall.Waveform.DoSave

Example

Description

Values

M1

M2

M3

M4

Sets/Queries the delimiter to use when saving data in ASCII text mode.

Delimiter

Enum

Description

Values

Comma

Semicolon

Space

Tab

Sets/Queries the directory for storing waveform files.

WaveformDir

Any number of characters

FileName

Range

Description

Save waveform data into an internal memory, or file on a mass-storage device, using the pre-specified
source and destination.

DoSave

Action

Description

916435 RevA

3-107