|
Last change
on this file since 14228 was 13720, checked in by Jens Buss, 13 years ago |
|
add line for making scritpts executable and renamed all scripts to *.dim
|
|
File size:
653 bytes
|
| Line | |
|---|
| 1 | #!dimctrl --exec
|
|---|
| 2 |
|
|---|
| 3 | # Ramping bias up and down
|
|---|
| 4 | # this is just a test, to check the order of states of biasctrl while ramping.
|
|---|
| 5 | FEEDBACK/ENABLE_OUTPUT 1
|
|---|
| 6 | FAD_CONTROL/SET_FILE_FORMAT 0
|
|---|
| 7 | .s BIAS_CONTROL 7
|
|---|
| 8 | FAD_CONTROL/SET_FILE_FORMAT 2
|
|---|
| 9 | .w 500
|
|---|
| 10 | FAD_CONTROL/SET_FILE_FORMAT 0
|
|---|
| 11 | # Bias ist Off .. switching it on
|
|---|
| 12 | BIAS_CONTROL/SET_GLOBAL_DAC 1
|
|---|
| 13 | .s BIAS_CONTROL 9
|
|---|
| 14 | .s BIAS_CONTROL 5
|
|---|
| 15 | .s BIAS_CONTROL 9
|
|---|
| 16 | FAD_CONTROL/SET_FILE_FORMAT 2
|
|---|
| 17 | .w 500
|
|---|
| 18 | FAD_CONTROL/SET_FILE_FORMAT 0
|
|---|
| 19 | .w 2000
|
|---|
| 20 | # Bias ist On .. switching it off
|
|---|
| 21 | BIAS_CONTROL/SET_ZERO_VOLTAGE
|
|---|
| 22 | .s BIAS_CONTROL 7
|
|---|
| 23 | FAD_CONTROL/SET_FILE_FORMAT 2
|
|---|
| 24 | .w 500
|
|---|
| 25 | FAD_CONTROL/SET_FILE_FORMAT 0
|
|---|
| 26 | # Bias ist Off again . stopping this script.
|
|---|
| 27 |
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.