|
Last change
on this file since 13811 was 13724, checked in by Jens Buss, 14 years ago |
|
initial commit: ramp up bias before data taking
|
|
File size:
735 bytes
|
| Line | |
|---|
| 1 | #!dimctrl --exec
|
|---|
| 2 |
|
|---|
| 3 | # ==========================================================================
|
|---|
| 4 | # check feedback state before switching BIAS ON and ramping up to nominal Voltage
|
|---|
| 5 | # ==========================================================================
|
|---|
| 6 |
|
|---|
| 7 | > checking feedback state
|
|---|
| 8 | .s FEEDBACK 12 # Current Control
|
|---|
| 9 | > ... Current/Temp control active and voltage output enabled
|
|---|
| 10 | > switching on bias ...
|
|---|
| 11 |
|
|---|
| 12 | BIAS_CONTROL/SET_GLOBAL_DAC 1
|
|---|
| 13 | .s BIAS_CONTROL 9 # Voltage ON
|
|---|
| 14 | > ...set 1 DAC
|
|---|
| 15 | .s BIAS_CONTROL 5 # Ramping
|
|---|
| 16 | > ...ramping
|
|---|
| 17 | .s BIAS_CONTROL 9 # Voltage ON
|
|---|
| 18 | > ...bias ON
|
|---|
| 19 |
|
|---|
| 20 | # here one should wait 30..45sec according to TB
|
|---|
| 21 | > bias is on, and feedback-program is working, but we wait 45sec for the current readings...
|
|---|
| 22 | .w 45000
|
|---|
| 23 | > ... done
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.