Teledyne LeCroy WaveSurfer Automation Command User Manual

Page 120

Advertising
background image

Automation Command and Query Reference Manual - Control Reference

ShowLastTrace

Bool

Sets/Queries the state of the Show Last Trace control. If True then when this trace is displayed in
persistence mode the last acquired waveform will be superimposed on the accumulating persistence
map. See the general description above for a discussion of the locked and unlocked persistence
modes.

Description

' Visual Basic Script
Set app = CreateObject("LeCroy.XStreamDSO")

' Do not show the last trace for the persistence trace of trace F1.
app.Math.F1.ShowLastTrace = False

Example

Source1

Enum

Sets/Queries the first source of the first operator in Fx. Note that the two possible sources of
Operator1 are Source1 and Source2, Source3 is the second source to Operator2, with the first source
of Operator2 being the ouput of Operator1.
Note that the list of available sources is dependent upon the instrument model, and it's installed
software options.

Description

' Visual Basic Script
Set app = CreateObject("LeCroy.XStreamDSO")

' Define the first source of math function F1 as C3.
app.Math.F1.Source1 = "C3"

Example

Values

C1

C2

C3

C4

Digital1

Digital2

Digital3

Digital4

ET

M1

M2

M3

M4

Z1

Z2

Z3

Z4

1-113

918499 RevA

Advertising