VILLASframework
Modular co-simulation framework
Energy Based Metric calculation

Implementation

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

Configuration

Example

@include "hook-nodes.conf"
paths = (
{
in = "signal_node"
out = "file_node"
hooks = (
{
type = "ebm"
phases = (
[ 0, 1 ],
[ 2, 3 ],
[ 4, 5 ]
)
}
)
}
)