Script execution
This commit is contained in:
26
script/caput_settings.py
Normal file
26
script/caput_settings.py
Normal file
@@ -0,0 +1,26 @@
|
||||
#all caputs
|
||||
caput X12SA-OP-BPM6:Acquire "Stop" #stops the acquisition
|
||||
|
||||
#to configure measuring parameters:
|
||||
|
||||
caput X12SA-OP-BPM6:AcquireMode "Continuous"
|
||||
|
||||
caput X12SA-OP-BPM6:Range "+- 2.5 nA" (or bigger with beam )
|
||||
|
||||
caput X12SA-OP-BPM6:Geometry "Square"
|
||||
|
||||
caput X12SA-OP-BPM6:ValuesPerRead 1
|
||||
|
||||
caput X12SA-OP-BPM6:AveragingTime 0.1
|
||||
|
||||
caput X12SA-OP-BPM6:NumChannels 4
|
||||
|
||||
caput X12SA-OP-BPM6:ReadFormat "Binary"
|
||||
|
||||
caput X12SA-OP-BPM6:TriggerMode "Ext. trig." #if it should wait for the HW Trigger
|
||||
|
||||
caput X12SA-OP-BPM6:TriggerMode "Free run" #without HW Trigger
|
||||
|
||||
caput X12SA-OP-BPM6:Resolution "16 bits"
|
||||
|
||||
caput X12SA-OP-BPM6:TS:TSAveragingTime 0.0001536 #for acq. 6.5 kHz"
|
||||
Reference in New Issue
Block a user