SDA Operator’s Manual
1163 CustomDSO.ActionEnable1 =
True
1164 CustomDSO.ActionScript1 =
“c:\LeCroy\XStream\CustomDSO\B.lss”
1165 CustomDSO.ActionEnable1 =
False
1166 CustomDSO.ActionScript1 =
“c:\LeCroy\XStream\CustomDSO\C.lss”
1167 CustomDSO.ActionEnable1 =
True
1168 CustomDSO.ActionScript1 =
“c:\LeCroy\XStream\CustomDSO\A.lss”
1169 CustomDSO.ActionEnable1 =
False
1160
Set
CustomDSO = XStreamDSO.CustomDSO
1161
‘ CustomDSO Setup C.lss
1162 CustomDSO.ActionScript1 =
“c:\LeCroy\XStream\CustomDSO\A.lss”
1163 CustomDSO.ActionEnable1 =
True
1164 CustomDSO.ActionScript1 =
“c:\LeCroy\XStream\CustomDSO\B.lss”
1165 CustomDSO.ActionEnable1 =
True
1166 CustomDSO.ActionScript1 =
“c:\LeCroy\XStream\CustomDSO\C.lss”
1167 CustomDSO.ActionEnable1 =
False
1168 CustomDSO.ActionScript1 =
“c:\LeCroy\XStream\CustomDSO\A.lss”
1169 CustomDSO.ActionEnable1 =
False
The text in green following a single quotation mark is a VBS comment and causes no action.
The text in red contains the path and name of the setup file associated with the numbered button.
This setup will be called when the button is pressed.
The boolean (in blue) decides whether the action button will invoke the setup or remain inactive.
For example, in setup B,
A.lss
and
C.lss
can be invoked, but not B, which is already in place.
As you see from the line numbers in the program fragments, the setup files are rather long
because they include all the information needed to set the DSO to the required state. But if you
want to make a very short file that changes only a few variables (for example, the action button
settings) you can make a file that includes only the relevant instructions. This usage assumes that
the remainder of the DSO is already in the required state. This is an example of the complete
compatibility of the instrument's software. The same commands can be used in setups, in scripts,
or in remote control commands in external programs, whether resident in the instrument or in an
external computer.
Creating a CustomDSO Setup File
If you touch the
Edit
button
when the
Setup file to recall
field contains the name
of a non-existent file, you will see a message like this:
If you then touch
Yes
, the DSO will display a file like this:
SDA-OM-E Rev H
283
' XStreamDSO ConfigurationVBScript ...
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 ...