mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-16 00:00:02 +01:00

And various other cleanups and harmonizations Signed-off-by: Steffen Vogel <steffen.vogel@opal-rt.com>
58 lines
1.2 KiB
YAML
58 lines
1.2 KiB
YAML
# yaml-language-server: $schema=http://json-schema.org/draft-07/schema
|
|
# SPDX-FileCopyrightText: 2014-2023 Institute for Automation of Complex Power Systems, RWTH Aachen University
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
---
|
|
allOf:
|
|
- type: object
|
|
properties:
|
|
format:
|
|
$ref: ../format_spec.yaml
|
|
|
|
rtcp:
|
|
type: boolean
|
|
description: Enable Real-time Control Protocol (RTCP)
|
|
|
|
aimd:
|
|
type: object
|
|
properties:
|
|
a:
|
|
type: number
|
|
default: 10
|
|
b:
|
|
type: number
|
|
default: 0.5
|
|
Kp:
|
|
type: number
|
|
default: 1.0
|
|
Ki:
|
|
type: number
|
|
default: 0.0
|
|
Kd:
|
|
type: number
|
|
default: 0.0
|
|
rate_min:
|
|
type: number
|
|
default: 1
|
|
rate_source:
|
|
type: number
|
|
default: 2000
|
|
rate_init:
|
|
type: number
|
|
log:
|
|
type: string
|
|
hook_type:
|
|
type: string
|
|
default: disabled
|
|
enum:
|
|
- decimate
|
|
- limit_rate
|
|
- disabled
|
|
|
|
out:
|
|
type: object
|
|
properties:
|
|
netem:
|
|
$ref: ../netem.yaml
|
|
|
|
- $ref: ../node_signals.yaml
|
|
- $ref: ../node.yaml
|