Teledyne LeCroy WavePro Automation Command User Manual
Page 214
![background image](/manuals/353449/214/background.png)
Automation Command and Query Reference Manual - Control Reference
DoRecallDefaultPanel
Action
Recalls the factory set panel settings.
Description
' Visual Basic Script
Set app = CreateObject("LeCroy.XStreamDSO")
' Recall the factory default panel settings.
app.SaveRecall.Setup.DoRecallDefaultPanel
Example
DoRecallPanel
Action
Recall the panel file named in the PanelFilename control.
Description
' 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
DoSavePanel
Action
Saves the current panel settings to the previously specified file. If the filename already exists, the file
will be over-written without a prompt.
Description
' 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
InternalName1
String
Any number of characters
Range
Sets/Queries the name of internal panel setup memory 1.
Description
InternalName2
String
Any number of characters
Range
Please see InternalName1.
Description
1-200
918501 RevA