beautypg.com

Options – Teledyne LeCroy WaveRunner Automation Command User Manual

Page 306

background image

Automation Command and Query Reference Manual - Control Reference

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

InstalledSWOptions

String

Any number of characters

Range

Shows list of installed software options.

Description

' 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

Example

InstalledHWOptions

String

InstalledSWOptions

String

ScopeID

String

1-298

918500 RevA