mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
openapi: fix typos
This commit is contained in:
parent
1dd1fefd73
commit
10b4d4f42e
4 changed files with 12 additions and 12 deletions
|
@ -7,7 +7,7 @@ allOf:
|
|||
- phases
|
||||
properties:
|
||||
phases:
|
||||
description: Signal indeces for voltage & current values for each phase.
|
||||
description: Signal indices for voltage & current values for each phase.
|
||||
example:
|
||||
- [0, 1]
|
||||
- [2, 3]
|
||||
|
|
|
@ -44,7 +44,7 @@ allOf:
|
|||
|
||||
- `sequence` The sequence number of the sample.
|
||||
- `flags` The flags field of the sample.
|
||||
- `ts_origin` The origin timesamp as a Lua table containing the following keys:
|
||||
- `ts_origin` The origin timestamp as a Lua table containing the following keys:
|
||||
| Index | Description |
|
||||
|:-- |:-- |
|
||||
| 0 | seconds |
|
||||
|
@ -60,12 +60,12 @@ allOf:
|
|||
|
||||
#### `periodic()`
|
||||
|
||||
Called periodicalled with the rate of @ref node-config-stats.
|
||||
Called periodically with the rate of @ref node-config-stats.
|
||||
|
||||
signals:
|
||||
description: |
|
||||
A definition of signals which this hook will emit.
|
||||
Here a list of signal definitions like @ref node-config-node-signals is excpected.
|
||||
Here a list of signal definitions like @ref node-config-node-signals is expected.
|
||||
type: array
|
||||
items:
|
||||
allOf:
|
||||
|
|
|
@ -5,8 +5,8 @@ allOf:
|
|||
- type: object
|
||||
required:
|
||||
- sample_rate
|
||||
- start_freqency
|
||||
- end_freqency
|
||||
- start_frequency
|
||||
- end_frequency
|
||||
- frequency_resolution
|
||||
- dft_rate
|
||||
properties:
|
||||
|
@ -16,12 +16,12 @@ allOf:
|
|||
min: 0
|
||||
example: 10000
|
||||
description: The sampling rate of the input signal.
|
||||
start_freqency:
|
||||
start_frequency:
|
||||
type: number
|
||||
min: 0
|
||||
example: 49.7
|
||||
description: The lowest frequency bin.
|
||||
end_freqency:
|
||||
end_frequency:
|
||||
type: number
|
||||
example: 50.3
|
||||
min: 0
|
||||
|
@ -64,7 +64,7 @@ allOf:
|
|||
description: The frequency estimation type.
|
||||
pps_index:
|
||||
type: integer
|
||||
description: The signal index of the PPS singal. This is only needed if data dumper is active.
|
||||
description: The signal index of the PPS signal. This is only needed if data dumper is active.
|
||||
default: 0
|
||||
angle_unit:
|
||||
type: string
|
||||
|
@ -83,7 +83,7 @@ allOf:
|
|||
- center
|
||||
- right
|
||||
default: center
|
||||
description: The timestamp aligment in respect to the the window.
|
||||
description: The timestamp alignment in respect to the the window.
|
||||
phase_offset:
|
||||
type: number
|
||||
default: 0.0
|
||||
|
@ -97,7 +97,7 @@ allOf:
|
|||
frequency_offset:
|
||||
type: number
|
||||
default: 0.0
|
||||
exmaple: 0.2
|
||||
example: 0.2
|
||||
description: An offset added to the calculated frequency.
|
||||
rocof_offset:
|
||||
type: number
|
||||
|
|
|
@ -13,7 +13,7 @@ allOf:
|
|||
description: |
|
||||
Specifies the URI to a file from which is written to or read from depending in which group (`in`or `out`) is used.
|
||||
|
||||
This setting allows to add special paceholders for time and date values.
|
||||
This setting allows to add special placeholders for time and date values.
|
||||
See [strftime(3)](http://man7.org/linux/man-pages/man3/strftime.3.html) for a list of supported placeholder.
|
||||
|
||||
**Example**:
|
||||
|
|
Loading…
Add table
Reference in a new issue