
Automation Command and Query Reference Manual - Control Reference
Shows list of installed software options.
' Visual Basic Script
Set app = CreateObject("LeCroy.XStreamDSO")
' Read the list of installed software options and display
' in a popup dialog
MsgBox app.Utility.Options.InstalledSWOPtions
Queries the ID of the instrument. This ID should be specified when purchasing software options for
your instrument.
' Visual Basic Script
Set app = CreateObject("LeCroy.XStreamDSO")
' Read the ID of the instrument.
MsgBox app.Utility.Options.ScopeID
Controls related to the remote control section of the instrument. Note that in this context Automation is not considered
part of 'Remote'. Remote control currently includes control using ASCII remote commands from GPIB or TCP/IP.
Sets/Queries the setting of the remote assistant.
Log all remote commands/queries
SetToErrorsOnlyAndClearAtStartup
Comentarios a estos manuales