mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-24 02:27:59 +02:00
* enable ipv6 in zmq socket * removed rx_zmqip API and field in gui, changed client updaterxrzip to updateclientzmqip to have the rx_hostname ip if 0. * updated command line for rx_zmqip to give a warning. * Replaced 'depreciated' to 'deprecated' everywhere * switching from * to 0.0.0.0 works for rebinding zmq sockets * fixed help in command line for rx_zmqip * to 0.0.0.0 and removed cmd in python * remove publisher zmq socket ip also for moench post processing * fixed tests * publisher zmq ip macros to be reused
48 lines
850 B
ReStructuredText
48 lines
850 B
ReStructuredText
Command line interface
|
|
==============================================
|
|
|
|
Usage
|
|
-------------
|
|
|
|
Commands can be used either with sls_detector_get or sls_detector_put
|
|
|
|
.. code-block::
|
|
|
|
sls_detector_get vrf
|
|
|
|
Help
|
|
--------
|
|
|
|
.. code-block::
|
|
|
|
# get list of commands
|
|
sls_detector_get list
|
|
|
|
# search for a particular command using a word
|
|
sls_detector_get list | grep adc
|
|
|
|
# get help for a particular command
|
|
sls_detector_get -h fpath
|
|
sls_detector_help fpath
|
|
|
|
|
|
Commands
|
|
-----------
|
|
|
|
.. include:: ../commands.rst
|
|
|
|
|
|
Deprecated commands
|
|
------------------------
|
|
|
|
.. note ::
|
|
All the dac commands are preceded with the **dac** command. Use command **daclist** to get correct list of dac command arguments for current detector.
|
|
|
|
.. csv-table:: Deprecated commands
|
|
:file: ../deprecated.csv
|
|
:widths: 35, 35
|
|
:header-rows: 1
|
|
|
|
|
|
|