Skip to content

Commit

Permalink
add new help
Browse files Browse the repository at this point in the history
  • Loading branch information
greyltc committed Dec 16, 2016
1 parent cfa9b9e commit 3247e4a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ cd mppTracker
```
$ ./mppTracker.py -h
usage: mppTracker.py [-h] [--dummy] [--visa_lib VISA_LIB] [--reverse_polarity]
[--file FILE]
address t_dwell t_total
[--file FILE] [--scan]
[address] [t_dwell] [t_total]
Max power point tracker for solar cells using a Keithley 2400 sourcemeter
(hopefully robust enough for perovskites). Data is written to stdout and human
Expand All @@ -46,6 +46,8 @@ optional arguments:
--reverse_polarity Swaps voltage polarity on output terminals.
--file FILE Write output data stream to this file in addition to
stdout.
--scan Scan for obvious VISA resource names, print them and
exit
```

## Output format
Expand Down

0 comments on commit 3247e4a

Please sign in to comment.