beautypg.com

Teledyne LeCroy WaveRunner Automation Command User Manual

Page 370

background image

Automation Command and Query Reference Manual - Processor Reference

Source2Var

String

Any number of characters

Range

Sets/Queries the name of the input variable 2 in Mathcad parameter Px.

Description

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

' Set parameter P3 as Mathcad calculation.
app.Measure.P3.ParamEngine = "MathcadParam"
' Sets the name of the source 2 variable
app.Measure.P3.Operator.Source2Var = "input2"

Example

Status

String

Any number of characters

Range

Inspects the status of the Mathcad parameter calculation Px.

Description

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

' Set parameter P3 as Mathcad calculation.
app.Measure.P3.ParamEngine = "MathcadParam"
' Inspect status of Mathcad parameter calculation.
MathcadStatus = app.Measure.P3.Operator.Status

Example

WithHeader

Bool

Enables/Disables/Queries presence of headers with variables with Mathcad parameter Px.

Description

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

' Set parameter P3 as Mathcad calculation.
app.Measure.P3.ParamEngine = "MathcadParam"
' Enables inclusion of headers with data.
app.Measure.P3.Operator.WithHeader = True

Example

2-39

918500 RevA