Changeset 13740
- Timestamp:
- 05/15/12 17:54:57 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/ScriptsForDimCtrl/AmplVsOv.dim
r13739 r13740 6 6 # ========================================================================== 7 7 # Script for Amplitude vs. Voltage Offset Measurement 8 # call it by: .x ScriptsForDimCtrl/ServiceScripts/AmplVsOv.dim V = <voltage_offset_value> 8 9 # call it by: .x ScriptsForDimCtrl/AmplVsOv.dim V = <voltage_offset_value> 9 10 10 11 # ---------------------------------------------------- 11 12 12 13 > changing feedback voltage offset to ${V} 14 13 15 FEEDBACK/STOP # STOP FEEDBACK 14 16 .w 1000 # wait 1 second 17 15 18 FEEDBACK/START_CURRENT_CONTROL ${V} # set Current_Control to given Offset value 16 19 .w 40000 # wait 40 second for the curretn updates 17 20 18 21 > OPERATOR: Write down: V_offset ${V}, Med(V), Med(I) and the Run number to the Excel file 22 19 23 > starting LPext with 1000 Events # start external Lightpulser Run with 1000 Events 20 24 # take a ExtLP run 21 25 .x ScriptsForDimCtrl/ServiceScripts/TakeExtLpRun.dim 22 26 23 FEEDBACK/STOP 27 FEEDBACK/STOP # STOP FEEDBACK 28 > ...Feedback stopped 29 > OPERATOR: make sure to restart the feedback with the correct offset when resuming data taking
Note:
See TracChangeset
for help on using the changeset viewer.