beautypg.com

Chapter three – Teledyne LeCroy WaveExpert series Automation Manual User Manual

Page 167

background image

Chapter Three

Control Reference

Recalls the factory set NVL (preference) panel settings. These are controls which are not affected
when the default panel is recalled, and includes items such as the color preferences, remote control
preferences, etc. Use with care!, especially when invoking via the VBS? Remote command via GPIB
or TCP/IP, which could result in the controller being disconnected when the default port is selected.

DoRecallDefaultNvlPanel

Action

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

' Recall the factory default nvl panel settings.
app.SaveRecall.Setup.DoRecallDefaultNvlPanel

Example

Description

Recall the panel file named in the PanelFilename control.

DoRecallPanel

Action

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

' Create the filename for the next panel setup to be recalled.
app.SaveRecall.Setup.PanelFilename = "Setup89"

' Recall the panel setup from the named file.
app.SaveRecall.Setup.DoRecallPanel

Example

Description

Recall the settings which are stored in internal panel memory 1.

RecallInternal1

Action

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

' Recall the settings from internal panel memory 1.
app.SaveRecall.Setup.RecallInternal1

Example

Description

Please see RecallInternal1.

RecallInternal2

Action

Description

3-100

916435 RevA