; The sections in this file: ; [Main] Contains the keywords XDucerN where n ranges from 0 to 49 ; The value should be a section name, for example: ; XDucer0 = 120410Config ; Scanning for candidate configs stops after the first candidate is found, starting ; with XDucer0. ; ; Each config section pointed to in main (eg [120410Config]) contains the keywords: ; MinVolts=F0 and MaxVolts=F1 where F0 and F1 are floating point numbers. If the ; measured voltage of the analog config line (nominally low rate io channel 7) is ; between the min and max voltage then the pulse directories for each system are ; modified if the keyword is present. The pulse directory keywords have the form: ; PulseDirectoryN where N is the system number (20 for SSL, 21 for SSH and 0 for SB). ; The keyword value is the new pulse directory. Since pulse directories are normally at ; the same hirearchy level as the Sonar program, you must go up a level (with ..) to ; specify a directory. An example is: ; Pulsedirectory20=..\SLPulse ;[Main] ;XDucer0 = 270 ;XDucer1 = 410 ;[270] ;MinVolts=1.5 ;MaxVolts=2.5 ;PulseDirectory20=../SLPulse ;PulseDirectory21=../SHPulse ;[410] ;MinVolts=2.5 ;MaxVolts=3.5 ;PulseDirectory20=..\SL410Pulse ;PulseDirectory21=..\SH410Pulse