![LeCroy DDA-3000A Operator'S Manual Download Page 329](http://html1.mh-extra.com/html/lecroy/dda-3000a/dda-3000a_operators-manual_1866311329.webp)
X-Stream Operator’s Manual
WM-OM-E Rev I
327
C. Repeat for the second button. D. In the Properties window set the Name properties to
SingleButton
and
AutoButton
, respectively. E. Set the button Caption properties to
Single
and
Auto
, respectively
4. Create code for the buttons. A. Double click on the
Single
button. B. In the resulting code
window, insert code to make the following subroutine:
Private Sub SingleButton_Click()
Dim app as Object
Set app = CreateObject(“LeCroy.XStreamApplication”)
app.Acquistion.TriggerMode = “Stopped”
End Sub
Double click on the
Auto
button.
In the resulting code window, insert code to make the following subroutine:
Private Sub AutoButton_Click()
Dim app as Object
Set app = CreateObject(“LeCroy.XStreamApplication”)
app.Acquistion.TriggerMode = “Auto”
End Sub
5. Test the Component in Internet Explorer. (This is an optional, but very useful step, because
you can test your work without installing anything in the instrument.) A. Start the instrument.
B. Click the
Run
button In Visual Basic. C. Click the
Stop
button in Visual Basic when you
have finished.
6. Make the Project in Visual Basic. A. Click the
Stop
button in Visual Basic. B. Select Make
Summary of Contents for DDA-3000A
Page 1: ...LECROY X STREAM OSCILLOSCOPES O P E R AT O R S M A N U A L SEPTEMBER 2006 ...
Page 18: ...16 WM OM E Rev I BLANK PAGE ...
Page 64: ...62 WM OM E Rev I icon in Channels dialog zooms one trace zooms all displayed traces ...
Page 80: ...78 WM OM E Rev I 4 Select a language 5 Click Next when the Wizard appears ...
Page 81: ...X Stream Operator s Manual WM OM E Rev I 79 6 Select Complete setup ...
Page 157: ...X Stream Operator s Manual WM OM E Rev I 155 ...
Page 170: ...168 WM OM E Rev I 5 Read the status information in line StatusDescription ...
Page 214: ...212 WM OM E Rev I Delay Parameter Find Range selected ...
Page 263: ...X Stream Operator s Manual WM OM E Rev I 261 ...
Page 284: ...282 WM OM E Rev I ...
Page 285: ...X Stream Operator s Manual WM OM E Rev I 283 Using a Surface Plot Excel Example 5 ...
Page 324: ...322 WM OM E Rev I ...