1
0
Fork 0
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:
Steffen Vogel 2016-02-11 20:14:12 +01:00
parent 64ae9d0a6b
commit 004d778e79

View file

@ -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`