
Automation Command and Query Reference Manual - Control Reference
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.
' 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
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.
' Visual Basic Script
Set app = CreateObject("LeCroy.XStreamDSO")
' Define the first source of math function F1 as C3.
app.Math.F1.Source1 = "C3"
Kommentare zu diesen Handbüchern