mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
updated documentation for s2ss-signal
This commit is contained in:
parent
64ae9d0a6b
commit
004d778e79
1 changed files with 8 additions and 5 deletions
13
doc/Tools.md
13
doc/Tools.md
|
@ -31,11 +31,14 @@ The `pipe` subcommand allows to read and write samples to `stdin` / `stdout`.
|
|||
The `signal` subcommand is a signal generator which writes samples to `stdout`.
|
||||
This command can be combined with the `pipe` subcommand.
|
||||
|
||||
Usage: s2ss-signal SIGNAL VALUES RATE [LIMIT]
|
||||
SIGNAL is on of: mixed random sine triangle square
|
||||
VALUES is the number of values a message contains
|
||||
RATE how many messages per second
|
||||
LIMIT only send LIMIT messages
|
||||
Usage: s2ss-signal SIGNAL [OPTIONS]
|
||||
SIGNAL is on of: 'mixed', 'random', 'sine', 'triangle', 'square', 'ramp'
|
||||
-v NUM specifies how many values a message should contain
|
||||
-r HZ how many messages per second
|
||||
-f HZ the frequency of the signal
|
||||
-a FLT the amplitude
|
||||
-d FLT the standard deviation for 'random' signals
|
||||
-l NUM only send LIMIT messages and stop
|
||||
|
||||
### `s2ss test`
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue