beautypg.com

Savesource, Description, Example values – Teledyne LeCroy WaveSurfer Automation Command User Manual

Page 154

background image

Automation Command and Query Reference Manual - Control Reference

SaveSource

Enum

Sets/Queries the source from which waveform data will be saved.

Description

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

' Set the destination to memory for waveform save.
app.SaveRecall.Waveform.SaveTo = "Memory"
' Set the source to C2, for saving a waveform.
app.SaveRecall.Waveform.SaveSource = "C2"
' Set the destination to memory M4, for saving a waveform.
app.SaveRecall.Waveform.SaveDestination = "M4"
' Save waveform data as previously specified.
app.SaveRecall.Waveform.DoSave

Example

Values

AllDisplayed

C1

C2

C3

C4

Digital1

Digital2

Digital3

Digital4

ET

F1

M1

M2

M3

M4

Z1

Z2

Z3

Z4

1-147

918499 RevA