
Automation Command and Query Reference Manual - Control Reference
Validates any new settings. This action is equivalent to clicking 'Validate Changes' on the Date/Time
page.
' 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
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.
' Visual Basic Script
Set app = CreateObject("LeCroy.XStreamDSO")
' Set the year as 2003.
app.Utility.DateTimeSetup.Year = 2003
app.Utility.DateTimeSetup.Validate
Options subsystem, contains controls to query the list of installed software and hardware options.
Shows a list of the installed hardware options.
' 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
Comentários a estes Manuais