mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
add example config for round hook
This commit is contained in:
parent
426726ad79
commit
53f94dad46
1 changed files with 17 additions and 0 deletions
17
etc/examples/hooks/round.conf
Normal file
17
etc/examples/hooks/round.conf
Normal file
|
@ -0,0 +1,17 @@
|
|||
@include "hook-nodes.conf"
|
||||
|
||||
paths = (
|
||||
{
|
||||
in = "signal_node"
|
||||
out = "file_node"
|
||||
|
||||
hooks = (
|
||||
{
|
||||
type = "round"
|
||||
|
||||
signal = "sine"
|
||||
precision = 4
|
||||
}
|
||||
)
|
||||
}
|
||||
)
|
Loading…
Add table
Reference in a new issue