Teledyne LeCroy WaveRunner Automation Command User Manual
Page 355

Automation Command and Query Reference Manual - Processor Reference
OutputEnable
Bool
Enables/Disables/Queries the transmission of output data from Mathcad to the instrument.
Description
' Visual Basic Script
Set app = CreateObject("LeCroy.XStreamDSO")
' Set function F1 as Mathcad calculation.
app.Math.F1.Operator1 = "MathcadMath"
' Enable transmission of output data.
app.Math.F1.Operator1Setup.OutputEnable = True
Example
OutputHeaderVar
String
Any number of characters
Range
Sets/Queries the name in Mathcad of the output header variable.
Description
' Visual Basic Script
Set app = CreateObject("LeCroy.XStreamDSO")
' Set function F1 as Mathcad calculation.
app.Math.F1.Operator1 = "MathcadMath"
' Enables use of headers.
app.Math.F1.Operator1Setup.WithHeader = True
' Sets the name of the output header variable
app.Math.F1.Operator1Setup.OutputHeaderVar = "header1"
Example
OutputVar
String
Any number of characters
Range
Sets/Queries the name in Mathcad of the output variable.
Description
' Visual Basic Script
Set app = CreateObject("LeCroy.XStreamDSO")
' Set function F1 as Mathcad calculation.
app.Math.F1.Operator1 = "MathcadMath"
' Sets the name of the output variable in Mathcad.
app.Math.F1.Operator1Setup.OutputVar = "output3"
Example
2-24
918500 RevA