beautypg.com

Waveform – Teledyne LeCroy WaveRunner Automation Command User Manual

Page 188

background image

Automation Command and Query Reference Manual - Control Reference

Directory

FileName

Any number of characters

Range

Defines the directory which will be used for the operations in this automation node.

Description

WAVEFORM

app.SaveRecall.Waveform

Contains controls used for saving and recalling waveforms.

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

' Save C1 into M1
app.SaveRecall.Waveform.SaveTo = "Memory"
app.SaveRecall.Waveform.SaveSource = "C1"
app.SaveRecall.Waveform.SaveDestination = "M1"
app.SaveRecall.Waveform.DoSave

Example

Delimiter

Enum

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

Description

Values

Comma

Semicolon

Space

Tab

DoRecall

Action

Recall waveform data into a trace memory. Source may be either an internal memory (M1..M4), or a
file on a mass-storage device, depending on the state of the 'RecallFrom' control.

Description

Delimiter

Enum

DoRecall

Action

DoSave

Action

RecallDestination

Enum

RecallFrom

Enum

RecallSource

Enum

SaveDestination

Enum

SaveSource

Enum

SaveTo

Enum

TraceTitle

String

WaveFormat

Enum

WaveformDir

FileName

1-180

918500 RevA