beautypg.com

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

Page 165

background image

Chapter Three

Control Reference

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

' Reset to default setup
app.SaveRecall.Setup.DoRecallDefaultPanel

' Store the current setup into the first of the 6 setup stores.
app.SaveRecall.Setup.InternalName1 = "My Setup1"

Example

Saves the current panel settings to the previously specified file. If the filename already exists, the file
will be over-written without a prompt.

DoSavePanel

Action

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

' Create the filename for the next panel setup save.
app.SaveRecall.Setup.PanelFilename = "TestSave"

' Save the panel setup to the named file.
app.SaveRecall.Setup.DoSavePanel

Example

Description

Saves the current instrument settings into internal panel memory 1.

SaveInternal1

Action

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

' Save the current settings into internal panel memory 1.
app.SaveRecall.Setup.SaveInternal1

Example

Description

RecallInternal4

Action

RecallInternal5

Action

RecallInternal6

Action

SaveInternal1

Action

SaveInternal2

Action

SaveInternal3

Action

SaveInternal4

Action

SaveInternal5

Action

SaveInternal6

Action

3-98

916435 RevA