source: trunk/FACT++/ScriptsForDimCtrl/RampingBias@ 13277

Last change on this file since 13277 was 12680, checked in by neise, 13 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.
3FEEDBACK/ENABLE_OUTPUT 1
4FAD_CONTROL/SET_FILE_FORMAT 0
5.s BIAS_CONTROL 7
6FAD_CONTROL/SET_FILE_FORMAT 2
7.w 500
8FAD_CONTROL/SET_FILE_FORMAT 0
9# Bias ist Off .. switching it on
10BIAS_CONTROL/SET_GLOBAL_DAC 1
11.s BIAS_CONTROL 9
12.s BIAS_CONTROL 5
13.s BIAS_CONTROL 9
14FAD_CONTROL/SET_FILE_FORMAT 2
15.w 500
16FAD_CONTROL/SET_FILE_FORMAT 0
17.w 2000
18# Bias ist On .. switching it off
19BIAS_CONTROL/SET_ZERO_VOLTAGE
20.s BIAS_CONTROL 7
21FAD_CONTROL/SET_FILE_FORMAT 2
22.w 500
23FAD_CONTROL/SET_FILE_FORMAT 0
24# Bias ist Off again . stopping this script.
25
Note: See TracBrowser for help on using the repository browser.