beautypg.com

Chapter three – Teledyne LeCroy WaveExpert series Automation Manual User Manual

Page 70

background image

Chapter Three

Control Reference

Maximize the instrument window to fill the underlying desktop.
Equivalent to app.WindowState = 1

Maximize

Action

Description

Minimizes the instrument window to reveal the underlying desktop. It will display a small window in the
bottom right corner of the display, which when clicked will restore the window to full-screen mode. To
programmatically restore the window refer to the app.WindowState control.

Minimize

Action

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

' Minimize the instrument display.
app.Minimize

Example

Description

Places the instrument application in windowed mode (as opposed to full-screen mode). Places the
application in the upper-part of the display screen with a sizable border.

Windowed

Action

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

' Set the instrument display into the windowed mode.
app.Windowed

Example

Description

Restore the instrument display to its position and size before the last minimize request.

Restore

Action

Description

916435 RevA

3-3