Teledyne LeCroy WavePro Automation Command User Manual
Page 538
Automation Command and Query Reference Manual - Processor Reference
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
Reload
Action
Reloads a specified Mathcad worksheet. If the worksheet does exist, the system creates an empty
one with a name of the form "UntitledN", where N is an integer.
Description
' Visual Basic Script
Set app = CreateObject("LeCroy.XStreamDSO")
' Set function F1 as Mathcad calculation.
app.Math.F1.Operator1 = "MathcadMath"
' Specifies a Mathcad worksheet name.
app.Math.F1.Operator1Setup.WorksheetFilename = "XStream34.mcd"
' Reload a Mathcad worksheet.
app.Math.F1.Operator1Setup.Reload
Example
Scaling
Enum
Sets/Queries the method of vertical scaling of the Mathcad output trace on the instrument graticule.
Description
Values
Automatic
Manual
Source1Enable
Bool
Enables/Disables/Queries the transmission of source 1 data from the instrument to Mathcad.
Description
Source1HeaderVar
String
Any number of characters
Range
Sets/Queries the name in Mathcad of input 1 header variable.
Description
2-39
918501 RevA