Teledyne LeCroy WavePro Automation Command User Manual
Page 561
![background image](/manuals/353449/561/background.png)
Automation Command and Query Reference Manual - Processor Reference
OutputHeaderVar
String
Any number of characters
Range
Sets/Queries the name of the output variable 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 output header variable
app.Measure.P3.Operator.OutputHeaderVar = "outputheader"
Example
OutputVar
String
Any number of characters
Range
Sets/Queries the name of the output variable 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 output variable
app.Measure.P3.Operator.OutputVar = "output7"
Example
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
2-62
918501 RevA