Teledyne LeCroy WavePro Automation Command User Manual
Page 511

Automation Command and Query Reference Manual - Processor Reference
' Visual Basic Script
Set app = CreateObject("LeCroy.XStreamDSO")
' Configure F3 to process C1 in Excel using a demo-sheet
app.Math.F3.View = True
app.Math.F3.Source1 = "C1"
app.Math.F3.MathMode = "OneOperator"
app.Math.F3.Operator1 = "ExcelMath"
Example
AddChart
Action
Adds a chart to the current Excel spreadsheet.
Description
AddLabels
Action
Adds labels to the cells of the array headers in the Excel spreadsheet.
Description
Advanced
Bool
Enables/Disables/Queries the advanced Excel settings. By default, the cell ranges used to store the
input waveform, and to retrieve the calculated waveform, are preset. Advanced mode allows these to
be changed.
Description
' Visual Basic Script
Set app = CreateObject("LeCroy.XStreamDSO")
' Set function trace F3 to be an Excel function.
app.Math.F3.Operator1 = "ExcelMath"
' Enable the use of the advanced settings.
app.Math.F3.Operator1Setup.Advanced = True
Example
FindScale
Action
NewSheet
Bool
OutputCell
String
OutputEnable
Bool
OutputHeaderCell
String
Scaling
Enum
Source1Cell
String
Source1Enable
Bool
Source1HeaderCell
String
Source2Cell
String
Source2Enable
Bool
Source2HeaderCell
String
SpreadsheetFilename
FileName
Status
String
WithHeader
Bool
2-12
918501 RevA