' 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
Содержание SDA
Страница 1: ...SERIAL DATA ANALYZER OPERATOR S MANUAL December 2007 ...
Страница 148: ...Standard Horizontal Parameter Help Markers Standard Vertical Parameter Help Markers 148 SDA OM E Rev H ...
Страница 223: ...SDA Operator s Manual Example 6 SDA OM E Rev H 223 ...
Страница 225: ...SDA Operator s Manual SDA OM E Rev H 225 ...
Страница 232: ...In this figure the panel has been pasted onto the Excel sheet for comparison 232 SDA OM E Rev H ...
Страница 243: ...SDA Operator s Manual This example used the CORREL Array1 Array2 function of Excel as depicted below SDA OM E Rev H 243 ...
Страница 246: ...246 SDA OM E Rev H ...
Страница 247: ...SDA Operator s Manual Excel Example 5 Using a Surface Plot SDA OM E Rev H 247 ...
Страница 279: ...SDA Operator s Manual Convolving two signals SDA OM E Rev H 279 ...
Страница 310: ...The jitter wizard is accessed from the Analysis drop down menu 310 SDA OM E Rev H ...
Страница 327: ...SDA Operator s Manual SDA OM E Rev H 327 ...
Страница 328: ...328 SDA OM E Rev H ...
Страница 394: ...394 SDA OM E Rev H ...
Страница 395: ...SDA Operator s Manual SDA OM E Rev H 395 ...