source: trunk/FACT++/ScriptsForDimCtrl/AmplVsOv.dim@ 13741

Last change on this file since 13741 was 13740, checked in by Jens Buss, 13 years ago
somme additional output
File size: 1.1 KB
Line 
1#!dimctrl --exec
2
3# ==========================================================================
4# Amplitude vs. Voltage Offset Measurement
5
6# ==========================================================================
7# Script for Amplitude vs. Voltage Offset Measurement
8
9# call it by: .x ScriptsForDimCtrl/AmplVsOv.dim V = <voltage_offset_value>
10
11# ----------------------------------------------------
12
13> changing feedback voltage offset to ${V}
14
15FEEDBACK/STOP # STOP FEEDBACK
16.w 1000 # wait 1 second
17
18FEEDBACK/START_CURRENT_CONTROL ${V} # set Current_Control to given Offset value
19.w 40000 # wait 40 second for the curretn updates
20
21> OPERATOR: Write down: V_offset ${V}, Med(V), Med(I) and the Run number to the Excel file
22
23> starting LPext with 1000 Events # start external Lightpulser Run with 1000 Events
24# take a ExtLP run
25.x ScriptsForDimCtrl/ServiceScripts/TakeExtLpRun.dim
26
27FEEDBACK/STOP # STOP FEEDBACK
28> ...Feedback stopped
29> OPERATOR: make sure to restart the feedback with the correct offset when resuming data taking
Note: See TracBrowser for help on using the repository browser.