Teledyne LeCroy WaveRunner Automation Command User Manual

Page 368

Advertising
background image

Automation Command and Query Reference Manual - Processor Reference

Reload

Action

Reloads the specified Mathcad file.

Description

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

' Set parameter P3 as Mathcad calculation.
app.Measure.P3.ParamEngine = "MathcadParam"
' Specfify a Mathcad worksheet filename.
app.Measure.P3.Operator.WorksheetFilename =
"C:\XStreamMathcad\Param233.mcd"
' Reload the specified Mathcad file.
app.Measure.P3.Operator.Reload

Example

Source1Enable

Bool

Enables/Disables/Queries transmission of source data 1 from instrument to Mathcad.

Description

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

' Set parameter P3 as Mathcad calculation.
app.Measure.P3.ParamEngine = "MathcadParam"
' Enables transmission of source 1 data to instrument.
app.Measure.P3.Operator.Source1Enable = True

Example

Source1HeaderVar

String

Any number of characters

Range

Sets/Queries the name of the input variable 1 header 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 Mathcad source 1 header variable
app.Measure.P3.Operator.Source1HeaderVar = "input1header"

Example

2-37

918500 RevA

Advertising