WR6K-OM-E Rev A
ISSUED: October 2003
309
In the example used here, three setup files were made, called CustomA.lss, CustomB.lss and
CustomC.lss. Fragments from all three are shown below.
1160 Set CustomDSO = XStreamDSO.CustomDSO
1161
‘ CustomDSO Setup A.lss
1162 CustomDSO.ActionScript1 =
“c:\LeCroy\XStream\CustomDSO\A.lss”
1163 CustomDSO.ActionEnable1 =
False
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 =
True
1168 CustomDSO.ActionScript1 =
“c:\LeCroy\XStream\CustomDSO\A.lss”
1169 CustomDSO.ActionEnable1 =
False
1160
Set
CustomDSO = XStreamDSO.CustomDSO
1161
‘ CustomDSO Setup B.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 =
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
Summary of Contents for 6000 SERIES
Page 65: ...WR6K OM E Rev A ISSUED October 2003 63 Proper Orientation of Drive ...
Page 131: ...WR6K OM E Rev A ISSUED October 2003 129 Example ...
Page 141: ...WR6K OM E Rev A ISSUED October 2003 139 ...
Page 236: ...Operator s Manual 234 ISSUED October 2003 WR6K OM E Rev A Example 6 ...
Page 261: ...WR6K OM E Rev A ISSUED October 2003 259 ...
Page 286: ...Operator s Manual 284 ISSUED October 2003 WR6K OM E Rev A ...
Page 304: ...Operator s Manual 302 ISSUED October 2003 WR6K OM E Rev A ...
Page 307: ...WR6K OM E Rev A ISSUED October 2003 305 Convolve two signals ...
Page 348: ...Operator s Manual 346 ISSUED October 2003 WR6K OM E Rev A ...
Page 402: ...Operator s Manual 400 ISSUED October 2003 WR6K OM E Rev A ...