mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-23 10:07:59 +02:00
update client command doc
This commit is contained in:
@ -42,6 +42,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
|
||||
<ul>
|
||||
<li><a class="el" href="config.html#detstructure">Detector Structure</a>: commands to configure detector structure</li>
|
||||
<li><a class="el" href="config.html#detstatus">Detector Status</a>: commands to configure detector status</li>
|
||||
<li><a class="el" href="config.html#detsize">Detector Data Size</a>: commands to configure detector data size</li>
|
||||
<li><a class="el" href="config.html#versions">Versions</a>: commands to check version of each subsytem</li>
|
||||
</ul>
|
||||
<h2><a class="anchor" id="detstructure">
|
||||
@ -86,9 +87,9 @@ Detector Status</a></h2>
|
||||
<ul>
|
||||
<li><b>activate</b> Activates/Deactivates the detector. Deactivated detector does not send data. Used for EIGER only.</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li><b>lock [i]</b> Locks/Unlocks the detector to communicate with this client. 1 locks, 0 unlocks.</li>
|
||||
</ul>
|
||||
<h2><a class="anchor" id="detsize">
|
||||
Detector Data Size</a></h2>
|
||||
<p>commands to configure detector data size</p>
|
||||
<ul>
|
||||
<li><b>nmod [i]</b> sets/gets the number of modules of the detector. Used for MYTHEN only.</li>
|
||||
</ul>
|
||||
@ -111,6 +112,9 @@ Detector Status</a></h2>
|
||||
<li><b>flippeddatax [i]</b> enables/disables data being flipped across x axis. 1 enables, 0 disables. Used for EIGER only. 1 for bottom half-module, 0 for top-half module.</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li><b>lock [i]</b> Locks/Unlocks the detector to communicate with this client. 1 locks, 0 unlocks.</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li><b>flags [flag]</b> sets/gets the readout flags to mode. Options: none, storeinram, tot, continous, parallel, nonparallel, safe, digital, analog_digital, unknown. Used for MYTHEN and EIGER only.</li>
|
||||
</ul>
|
||||
<ul>
|
||||
|
Reference in New Issue
Block a user