Options – Teledyne LeCroy WavePro Automation Command User Manual
Page 472

Automation Command and Query Reference Manual - Control Reference
SetFromSNTP
Action
Sets the real time clock from the simple network time protocol.
Description
' Visual Basic Script
Set app = CreateObject("LeCroy.XStreamDSO")
' Set the real time clock from the simple network time protocol.
app.Utility.DateTimeSetup.SetFromSNTP
Example
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
InstalledHWOptions
String
InstalledSWOptions
String
ScopeID
String
1-458
918501 RevA