Changeset 13740


Ignore:
Timestamp:
05/15/12 17:54:57 (12 years ago)
Author:
Jens Buss
Message:
somme additional output
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/ScriptsForDimCtrl/AmplVsOv.dim

    r13739 r13740  
    66# ==========================================================================
    77# 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>
    910
    1011# ----------------------------------------------------
    1112
    1213> changing feedback voltage offset to ${V}
     14
    1315FEEDBACK/STOP                           # STOP FEEDBACK
    1416.w 1000                                 # wait 1 second
     17
    1518FEEDBACK/START_CURRENT_CONTROL ${V}     # set Current_Control to given Offset value
    1619.w 40000                                # wait 40 second for the curretn updates
    1720
    1821> OPERATOR: Write down: V_offset ${V}, Med(V), Med(I) and the Run number to the Excel file
     22
    1923> starting LPext with 1000 Events       # start external Lightpulser Run with 1000 Events
    2024# take a ExtLP run
    2125.x ScriptsForDimCtrl/ServiceScripts/TakeExtLpRun.dim
    2226
    23 FEEDBACK/STOP
     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 TracChangeset for help on using the changeset viewer.