beautypg.com

Chapter three, Control reference – Teledyne LeCroy WaveExpert series Automation Manual User Manual

Page 173

background image

Chapter Three

Control Reference

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

SaveSource

Enum

' 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

Description

Values

AllDisplayed

C1

C2

C3

C4

F1

F2

F3

F4

F5

F6

F7

F8

M1

M2

M3

M4

ScanHisto

ScanOverlay

TDRN

Z1

Z2

Z3

Z4

3-106

916435 RevA