
Automation Command and Query Reference Manual - 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"
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.
' Visual Basic Script
Set app = CreateObject("LeCroy.XStreamDSO")
' Recall the factory default nvl panel settings.
app.SaveRecall.Setup.DoRecallDefaultNvlPanel
Recalls the factory set panel settings.
' Visual Basic Script
Set app = CreateObject("LeCroy.XStreamDSO")
' Recall the factory default panel settings.
app.SaveRecall.Setup.DoRecallDefaultPanel
Comentarios a estos manuales