beautypg.com

Chapter three – Teledyne LeCroy WaveExpert series Automation Manual User Manual

Page 73

background image

Chapter Three

Control Reference

Sets the operating mode of the WaveExpert. Each mode affects the horizontal and vertical menus, as
well as the display mode, as appropriate for the selected mode of operation.
Not present on other scope families.

OperationMode

Enum

Description

Values

Eye

Eye Diagram mode. Sets sequential timebase, and infinite persistence.

Scope

Traditional 'Scope' mode.

TDR

Time Domain Reflectometry (TDR) mode.

Closes the instrument application. The instrument will prompt the user with an 'Are you sure?' dialog
before closing down. Note that until the user responds to the dialog, control via Automation will be
blocked.

Quit()

Method

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

' Quit the instrument application with a confirmation prompt.
app.Quit

Example

Description

Sets/Queries the state of the PC window used by the instrument display.
0 windowed
1 full screen
2 minimized
Trying to set values greater than 2 or less than 0 will result in the value 0 (windowed) being set.

WindowState

Property

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

' Set the instrument window state to windowed.
app.WindowState = 0

Example

Description

3-6

916435 RevA