From 1d77f985051d06cc7b81417cb9615104fb6e708a Mon Sep 17 00:00:00 2001 From: Sven Augustin Date: Mon, 2 Nov 2020 20:57:55 +0100 Subject: [PATCH] added goto command --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4a454b6..b6f0ec5 100644 --- a/README.md +++ b/README.md @@ -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. +