beautypg.com

Teledyne LeCroy WaveRunner Automation Command User Manual

Page 340

background image

Automation Command and Query Reference Manual - Processor Reference

NewSheet

Bool

Enables/Disables/Queries the creation of a new Excel spreadsheet. If a new sheet is not to be
created, an existing file name must be specified in the SpreadsheetFilename control.

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 creation of a new Excel spreadsheet.
app.Math.F3.Operator1Setup.NewSheet = True

Example

OutputCell

String

Any number of characters

Range

Sets/Queries the cell label for output in the Excel function Fx. This cell marks the start (top) of the
array of data to be taken from Excel into the instrument.

Description

OutputEnable

Bool

Enables/Disables/Queries the transfer of output data from Excel to the instrument. If a one-way
computation is required, where results of the Excel processing are not required, this should be set to
False to increase performance.

Description

OutputHeaderCell

String

Any number of characters

Range

Sets/Queries the header cell label for output in the Excel function Fx. This is the starting cell for the
header which carries setup information about the output waveform, from Excel to the instrument.
Only used if the WithHeader control is set to True.

Description

Scaling

Enum

Sets/Queries the method of scaling the output trace from the Excel spreadsheet.

Description

Values

Automatic

Automatically scale the output waveform to full-scale

FromSheet

Retrieve scaling information from the output header in the spreadsheet

Manual

Manually auto-scale when FindScale is pressed

Source1Cell

String

Any number of characters

Range

Sets/Queries the cell label for source 1 in the Excel function Fx. This cell marks the start (top) of the
array into which data from the first source waveform is transferred.

Description

2-9

918500 RevA