command line docu. more coming up

This commit is contained in:
Dhanya Maliakal
2017-08-17 14:17:10 +02:00
parent cf5137723d
commit 3da71c9274
4 changed files with 34 additions and 6 deletions

View File

@ -40,6 +40,15 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
<h1><a class="anchor" id="settings">Detector settings commands </a></h1><p>Commands to setup the settings of the detector</p>
<ul>
<li><a class="el" href="settings.html#settingsdir">Settings, trim &amp; cal Directories</a>: commands to setup settings/trim/cal directories</li>
<li><a class="el" href="settings.html#settingssett">Settings and Threshold</a>: commands to configure settings and threshold of detector</li>
<li><a class="el" href="settings.html#settingsdacs">DACs</a>: commands to configure DACs of detector</li>
<li><a class="el" href="settings.html#settingsadcs">ADCs</a>: commands to readout ADCs of detector</li>
</ul>
<h2><a class="anchor" id="settingsdir">
Settings, trim &amp; cal Directories</a></h2>
<p>commands to setup settings/trim/cal directories</p>
<ul>
<li><b>settingsdir [dir]</b> Sets/gets the directory where the settings files are located (string)</li>
</ul>
<ul>
@ -51,6 +60,9 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
<ul>
<li><b>trimen [n e0 e1...e(n-1)]</b> Sets/gets the number of energies n at which the detector has default trim file and their values in eV (int)</li>
</ul>
<h2><a class="anchor" id="settingssett">
Settings and Threshold</a></h2>
<p>commands to configure settings and threshold of detector</p>
<ul>
<li><b>settings [s]</b> sets/gets the settings of the detector. Options: <code>standard</code>, <code>fast</code>, <code>highgain</code>, <code>dynamicgain</code>, <code>lowgain</code>, <code>mediumgain</code>, <code>veryhighgain</code>, <code>lownoise</code>, <code>dynamichg0</code>, <code>fixgain1</code>, <code>fixgain2</code>, <code>forceswitchg1</code>, <code>forceswitchg2</code>. <br/>
In Eiger, only sets in client shared memory. Use <code>threshold</code> or <code>thresholdnotb</code> to pass to detector. Gets from detector.</li>
@ -73,6 +85,9 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
<ul>
<li><b>pedestal [i]</b> starts acquisition for i frames, calculates pedestal and writes back to fpga. Used in GOTTHARD only. Only put!</li>
</ul>
<h2><a class="anchor" id="settingsdacs">
DACs</a></h2>
<p>commands to configure DACs of detector</p>
<ul>
<li><b>vthreshold [i] [mv]</b> Sets/gets detector threshold voltage for single photon counters. Normally in DAC units unless <code>mv</code> is specified at the end of the command line (int)</li>
</ul>
@ -211,6 +226,9 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
<ul>
<li><b>v_limit [i] mv</b> Sets/gets a soft limit for the power supplies and the DACs on the new chiptest board. Must be in mV (int)</li>
</ul>
<h2><a class="anchor" id="settingsadcs">
ADCs</a></h2>
<p>commands to readout ADCs of detector</p>
<ul>
<li><b>temp_adc</b> Gets the ADC temperature (int)</li>
</ul>