|
From: mrosanes <mro...@ce...> - 2015-10-30 16:44:08
|
Add documentation for tauruscurve application in taurus user's guide.
---
doc/source/users/ui/plot.rst | 41 +++++++++++++++++++++++++++++++++++++++--
1 file changed, 39 insertions(+), 2 deletions(-)
diff --git a/doc/source/users/ui/plot.rst b/doc/source/users/ui/plot.rst
index 9956774..75fcf96 100644
--- a/doc/source/users/ui/plot.rst
+++ b/doc/source/users/ui/plot.rst
@@ -9,7 +9,7 @@ TaurusPlot User's Interface
.. contents::
-The standard way for Tau application to show one-dimensional data is by
+The standard way for Taurus applications to show one-dimensional data is by
using a :class:`TaurusPlot` widget.
:class:`TaurusPlot` is shown as an area with X and Y axes where curves (data sets)
@@ -71,6 +71,43 @@ SPECTRUM attribute names or alias, and `Xattrname|Yattrname` constructions for i
See :class:`TaurusPlot` API for more information about valid models
+TaurusCurve as a Stand-alone application
+----------------------------------------
+
+In order to display attributes from the control system, the tauruscurve
+stand-alone application can also be used.
+This application is based on :class:`TaurusCurveDialog`.
+
+For launching it, use the following command::
+
+ tauruscurve [options] [<model_list>]
+
+Options::
+
+ -h, --help show this help message and exit
+ --demo show a demo of the widget
+ --window-name=WINDOW_NAME
+ Name of the window
+ --version show program's version number and exit
+
+ Taurus Options:
+ Basic options present in any taurus application
+
+ --taurus-log-level=LEVEL
+ taurus log level. Allowed values are (case
+ insensitive): critical, error, warning/warn, info,
+ debug, trace
+ --taurus-polling-period=MILLISEC
+ taurus global polling period in milliseconds
+ --taurus-serialization-mode=SERIAL
+ taurus serialization mode. Allowed values are (case
+ insensitive): serial, concurrent (default)
+ --tango-host=TANGO_HOST
+ Tango host name
+ --remote-console-port=PORT
+ enables remote debugging using the given port
+
+
Working with two Y scales
-------------------------
@@ -316,4 +353,4 @@ Here are some tips for entering valid date/time values:
.. _numpy: http://numpy.scipy.org/
-.. |inspector_icon| image:: /_static/whatsthiscursor.png
\ No newline at end of file
+.. |inspector_icon| image:: /_static/whatsthiscursor.png
--
1.8.3.4
|