Teledyne LeCroy WaveRunner Automation Command User Manual

Page 354

Advertising
background image

Automation Command and Query Reference Manual - Processor Reference

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

' Configure F1 to process C1 using Mathcad
app.Math.F1.View = True
app.Math.F1.Source1 = "C1"
app.Math.F1.MathMode = "OneOperator"
app.Math.F1.Operator1 = "MathcadMath"

Example

Advanced

Bool

Enables/Disables/Queries the use of the advanced features. When in advanced mode the names
used for source and output vectors, in addition to names used for source and output headers, may be
modified from their default values.

Description

FindScale

Action

Set a suitable vertical scale of the Mathcad output trace on the instrument graticule. Valid only when
Manual scaling is specified.

Description

NewSheet

Bool

Enables/Disables/Queries the creation of a new Mathcad worksheet.

Description

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

' Set function F1 as Mathcad calculation.
app.Math.F1.Operator1 = "MathcadMath"
' Enable creation of a new Mathcad worksheet.
app.Math.F1.Operator1Setup.NewSheet = True

Example

OutputHeaderVar

String

OutputVar

String

Reload

Action

Scaling

Enum

Source1Enable

Bool

Source1HeaderVar

String

Source1Var

String

Source2Enable

Bool

Source2HeaderVar

String

Source2Var

String

Status

String

WithHeader

Bool

WorksheetFilename

FileName

2-23

918500 RevA

Advertising