VILLASframework
Modular co-simulation framework
Calculate Jitter

Implementation

The source code of the hook is available here: https://git.rwth-aachen.de/acs/public/villas/node/blob/master/lib/hooks/jitter_calc.cpp

Configuration

Implementation

@include "hook-nodes.conf"
paths = (
{
in = "signal_node"
out = "file_node"
hooks = (
{
type = "jitter_calc"
}
)
}
)