source: trunk/FACT++/ScriptsForDimCtrl/RampingBias.dim@ 13973

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