1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-16 00:00:02 +01:00
VILLASnode/doc/openapi/components/schemas/config/hooks/pmu_dft.yaml

47 lines
824 B
YAML
Raw Normal View History

2021-11-18 12:10:36 +01:00
# yaml-language-server: $schema=http://json-schema.org/draft-07/schema
2022-01-10 17:52:36 +01:00
---
2021-11-18 12:10:36 +01:00
allOf:
2022-01-10 17:52:36 +01:00
- $ref: common.yaml
- $ref: multi.yaml
- type: object
properties:
sample_rate:
type: integer
start_freqency:
type: number
end_freqency:
type: number
frequency_resolution:
type: number
dft_rate:
type: integer
window_size_factor:
type: integer
window_type:
type: string
enum:
- flattop
- hamming
- hann
padding_type:
type: string
enum:
- zero
- signal_repeat
frequency_estimate_type:
type: string
enum:
- quadratic
sync:
type: boolean
pps_index:
type: integer
angle_unit:
type: string
enum:
- rad
- degree
add_channel_name:
type: boolean