|
Last change
on this file since 13322 was 12680, checked in by neise, 14 years ago |
|
initial commit of DimCtrl Script for DataTaking
|
|
File size:
635 bytes
|
| Line | |
|---|
| 1 | # Ramping bias up and down
|
|---|
| 2 | # this is just a test, to check the order of states of biasctrl while ramping.
|
|---|
| 3 | FEEDBACK/ENABLE_OUTPUT 1
|
|---|
| 4 | FAD_CONTROL/SET_FILE_FORMAT 0
|
|---|
| 5 | .s BIAS_CONTROL 7
|
|---|
| 6 | FAD_CONTROL/SET_FILE_FORMAT 2
|
|---|
| 7 | .w 500
|
|---|
| 8 | FAD_CONTROL/SET_FILE_FORMAT 0
|
|---|
| 9 | # Bias ist Off .. switching it on
|
|---|
| 10 | BIAS_CONTROL/SET_GLOBAL_DAC 1
|
|---|
| 11 | .s BIAS_CONTROL 9
|
|---|
| 12 | .s BIAS_CONTROL 5
|
|---|
| 13 | .s BIAS_CONTROL 9
|
|---|
| 14 | FAD_CONTROL/SET_FILE_FORMAT 2
|
|---|
| 15 | .w 500
|
|---|
| 16 | FAD_CONTROL/SET_FILE_FORMAT 0
|
|---|
| 17 | .w 2000
|
|---|
| 18 | # Bias ist On .. switching it off
|
|---|
| 19 | BIAS_CONTROL/SET_ZERO_VOLTAGE
|
|---|
| 20 | .s BIAS_CONTROL 7
|
|---|
| 21 | FAD_CONTROL/SET_FILE_FORMAT 2
|
|---|
| 22 | .w 500
|
|---|
| 23 | FAD_CONTROL/SET_FILE_FORMAT 0
|
|---|
| 24 | # Bias ist Off again . stopping this script.
|
|---|
| 25 |
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.