-
Notifications
You must be signed in to change notification settings - Fork 0
/
orchid_cfg
25 lines (21 loc) · 887 Bytes
/
orchid_cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
[Start]
[GeneralBlock] # this block of parameters holds the basic values that control the overall running of the DAQ
WarnRate = 200000 # this is the rate at will we issue warning about the digitizer running too fast currently not implemented
UpdateFrequency = 20 #the rate in hertz that the UI updates itself
ProcessingThreadCount = 3
BaseOutputDirectory = "/data1/ORCHID_Data/"
[EndBlock]
[DigitizerBlock]
PerChannelParameterFile = "./orchid_digi_chan_params.csv"
PerModuleParameterFile = "./orchid_digi_mod_params.csv"
[EndBlock]
[PowerBlock]
PerChannelParameterFile = "./orchid_mpod_chan_params.csv"
PerModuleParameterFile = "./orchid_mpod_mod_params.csv"
MpodIPAddress = 192.168.11.11
WienerMibFileDirectory = "/usr/share/snmp/mibs"
PollingRate = 1 # the rate in hertz that the mpod polling runs at
PerformPowerOn = False
PerformPowerOff = False
[EndBlock]
[End]