
Automation Command and Query Reference Manual - Control Reference
Sets/Queries whether labels are visible for trace Mx.
See app.Acquisition.Cx.Out.Result for a definition of methods and properties used to access the Mx waveform result.
This set of variables controls zooming of the memory traces M1 through M4.
' Visual Basic Script
Set app = CreateObject("LeCroy.XStreamDSO")
' Save C1 into M1
app.SaveRecall.Waveform.SaveTo = "Memory"
app.SaveRecall.Waveform.SaveSource = "C1"
app.SaveRecall.Waveform.SaveDestination = "M1"
app.SaveRecall.Waveform.DoSave
From -0.5 to 0.5 step (8 digits)
Sets/Queries the horizontal position of center of the grid on the zoomed trace Mx. The unit of
measurement is the screen width, that is, 0.3 means a shift of three of the ten divisions. A positive
value moves the trace to the left.
From 0.1 to 1e+006 step (8 digits)
Sets/Queries the horizontal magnification of the trace Mx. The magnification will be in a 1 2 5 10
sequence unless variable horizontal magnification has been set.
Resets the zoom for trace Mx.
Kommentare zu diesen Handbüchern