beautypg.com

Remote, Chapter three – Teledyne LeCroy WaveExpert series Automation Manual User Manual

Page 185

background image

Chapter Three

Control Reference

Shows a list of the installed hardware options.

InstalledHWOptions

Any number of characters

String

' 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

Range

Example

Description

Shows list of installed software options.

InstalledSWOptions

Any number of characters

String

' 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

Range

Example

Description

Queries the ID of the instrument. This ID should be specified when purchasing software options for
your instrument.

ScopeID

Any number of characters

String

' Visual Basic Script
Set app = CreateObject("LeCroy.XStreamDSO")

' Read the ID of the instrument.
MsgBox app.Utility.Options.ScopeID

Range

Example

Description

InstalledSWOptions

String

ScopeID

String

REMOTE

app.Utility.Remote

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.

Assistant

Enum

3-118

916435 RevA