Teledyne LeCroy WavePro Automation Command User Manual
Page 562

Automation Command and Query Reference Manual - Processor Reference
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
Source1Var
String
Any number of characters
Range
Sets/Queries the name of the input variable 1 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 source 1 variable
app.Measure.P3.Operator.Source1Var = "input1"
Example
Source2Enable
Bool
Enables/Disables/Queries transmission of source data 2 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 2 data to instrument.
app.Measure.P3.Operator.Source2Enable = True
Example
2-63
918501 RevA