Teledyne LeCroy WavePro Automation Command User Manual
Page 537
![background image](/manuals/353449/537/background.png)
Automation Command and Query Reference Manual - Processor Reference
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
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
2-38
918501 RevA