File: cli_connector.rst

package info (click to toggle)
totalopenstation 0.5.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,784 kB
  • sloc: python: 4,123; makefile: 84; xml: 50
file content (34 lines) | stat: -rw-r--r-- 982 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
.. _cli-connector:

================================
Total Open Station CLI Connector
================================

This is a command line application to download raw data from total station
devices.

Synopsis
========

totalopenstation-cli-connector.py [options]

Options
=======

  -h, --help            show this help message and exit
  -m MODEL, --model=MODEL
                        select input MODEL
  -p PORT, --port=PORT  select input SERIAL PORT
  -o FILE, --outfile=FILE
                        select output FILE (do not specify for stdout)

Using totalopenstation-cli-connector
------------------------------------

The ``--model`` and ``--port`` options are mandatory.

In most cases the default parameters for serial connection should work, but
you should know how your total station is set, or alternatively you should
be able to set serial parameters on the total station directly.

Output goes to stdout by default, but it is recommended to use the -o option.