beautypg.com

Chapter three – Teledyne LeCroy WaveExpert series Automation Manual User Manual

Page 127

background image

Chapter Three

Control Reference

Sets/Queries the math mode.

MathMode

Enum

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

' Set the mode of the math function F1
app.Math.F1.MathMode = "TwoOperators"

Example

Description

Values

Graphing

Graphing mode, chain a measurement and a graphing operator

OneOperator

Single math operator

TwoOperators

Chain two math operators

Queries the equation which defines the math function Fx.

Equation

Any number of characters

String

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

' Read the definition of math function F3.
EquationF3 = app.Math.F3.Equation
MsgBox EquationF3

Range

Example

Description

3-60

916435 RevA