beautypg.com

Display, Chapter three, Control reference – Teledyne LeCroy WaveExpert series Automation Manual User Manual

Page 99: App.display

background image

Chapter Three

Control Reference

Sets/Queries the horizontal position of the second cursor, in the units of the horizontal variable.

XPos2

From -1.79769e+308 to 1.79769e+308 step 0

Double

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

' Set the horizontal position of the second cursor to 4.5 ms.
app.Cursors.XPos2 = 4.5e-3

Range

Example

Description

Sets/Queries the vertical position of the first cursor, in graticule divisions.

YPos1

From -3.99 to 3.99 step 0.01

Double

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

' Set the vertical position of the first cursor.
app.Cursors.YPos1 = 3.4

Range

Example

Description

Sets/Queries the vertical position of the second cursor, in graticule divisions.

YPos2

From -3.99 to 3.99 step 0.01

Double

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

' Set the vertical position of the second cursor.
app.Cursors.YPos2 = 2.1

Range

Example

Description

DISPLAY

app.Display

This set of variables controls the properties of the screen display of the instrument.

AxisLabels

Bool

Brightness

Integer

C1Color

Color

C1PrintColor

Color

C2Color

Color

C2PrintColor

Color

C3Color

Color

C3PrintColor

Color

3-32

916435 RevA