' Created by CustomDSO ...
On Error Resume Next
set dso = CreateObject("LeCroy.XStreamDSO.1")
' dso.Display.GridMode = "Dual"
' dso.Acquisition.C1.VerScale = 0.1
' dso.Acquisition.Horizontal.HorScale = 1e-6
' dso.Acquisition.TriggerMode = "Auto"
You can add to this fragment any commands you need.
CustomDSO PlugIn Mode
This is the mode in which CustomDSO really shows its power. You can insert any ActiveX control
or graph.
Creating a CustomDSO PlugIn
Follow these steps to create an example Visual Basic PlugIn:
1.
Start a new VB project. Select
ActiveX Control
from the
New
tab.
2.
Resize the control. A. In the Properties window set Width 11940. B. In the Properties window
set Height 2475.
3.
Place two buttons on the control. A. Double click on the command button at left of screen (left
arrow below). B. Move and resize the resulting button as required, using the handles (right
arrow below). 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.
284
SDA-OM-E Rev H
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
Summary of Contents for SDA
Page 1: ...SERIAL DATA ANALYZER OPERATOR S MANUAL December 2007 ...
Page 223: ...SDA Operator s Manual Example 6 SDA OM E Rev H 223 ...
Page 225: ...SDA Operator s Manual SDA OM E Rev H 225 ...
Page 246: ...246 SDA OM E Rev H ...
Page 247: ...SDA Operator s Manual Excel Example 5 Using a Surface Plot SDA OM E Rev H 247 ...
Page 279: ...SDA Operator s Manual Convolving two signals SDA OM E Rev H 279 ...
Page 310: ...The jitter wizard is accessed from the Analysis drop down menu 310 SDA OM E Rev H ...
Page 327: ...SDA Operator s Manual SDA OM E Rev H 327 ...
Page 328: ...328 SDA OM E Rev H ...
Page 394: ...394 SDA OM E Rev H ...