Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content
Snippets Groups Projects
Commit 6ddb3579 authored by augustin_s's avatar augustin_s :snake:
Browse files

added goto command

parent d3a1ca46
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
sanipy is a friendly command-line tool for epics connection testing.
It has two commands ([check](#check) and [compare](#compare)), each with a few option switches (described in `sanipy COMMAND -h`).
It has two commands ([check](#check), [compare](#compare) and [goto](#goto)), each with a few option switches (described in `sanipy COMMAND -h`).
The `data` folder contains some example channel lists and output files for testing.
......@@ -70,3 +70,7 @@ Values are, on the one hand, likely to change between checks. However, this chan
Entries that are identical in both files will not be shown. Differences will be printed as `LEFT | RIGHT`.
### goto
Reads a csv file produced via [check](#check), and puts each stored non-NaN values into the respective PV. The command-line switches work identically to their [check](#check) counterparts.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment