Options – Teledyne LeCroy WaveSurfer Automation Command User Manual
Page 200
Automation Command and Query Reference Manual - Control Reference
Validate
Action
Validates any new settings. This action is equivalent to clicking 'Validate Changes' on the Date/Time
page.
Description
' Visual Basic Script
Set app = CreateObject("LeCroy.XStreamDSO")
' Set the day, hour, and minute, and validate.
app.Utility.DateTimeSetup.Day = 3
app.Utility.DateTimeSetup.Hour = 5
app.Utility.DateTimeSetup.Minute = 8
app.Utility.DateTimeSetup.Validate
Example
Year
Integer
From 2000 to 2037 step 1
Range
Sets/Queries the year setting of the real-time clock as a number.
The value will not be accepted by the clock until app.Utility.DateTimeSetup.Validate
is sent. All time/date controls are validated at the same time.
Description
' Visual Basic Script
Set app = CreateObject("LeCroy.XStreamDSO")
' Set the year as 2003.
app.Utility.DateTimeSetup.Year = 2003
app.Utility.DateTimeSetup.Validate
Example
OPTIONS
app.Utility.Options
Options subsystem, contains controls to query the list of installed software and hardware options.
InstalledHWOptions
String
Any number of characters
Range
Shows a list of the installed hardware options.
Description
' Visual Basic Script
Set app = CreateObject("LeCroy.XStreamDSO")
' Read the list of installed hardware options and present
' in a popup dialog
MsgBox app.Utility.Options.InstalledHWOPtions
Example
InstalledHWOptions
String
InstalledSWOptions
String
ScopeID
String
1-193
918499 RevA