mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-11-12 09:10:34 -05:00
17 lines
439 B
YAML
17 lines
439 B
YAML
|
|
InterferometerSettings:
|
||
|
|
description: Interferometer
|
||
|
|
properties:
|
||
|
|
inputFrequencyOffset:
|
||
|
|
type: integer
|
||
|
|
correlationType:
|
||
|
|
description: see InterferometerSettings::CorrelationType
|
||
|
|
type: integer
|
||
|
|
rgbColor:
|
||
|
|
type: integer
|
||
|
|
title:
|
||
|
|
type: string
|
||
|
|
spectrumConfig:
|
||
|
|
$ref: "/doc/swagger/include/GLSpectrum.yaml#/GLSpectrum"
|
||
|
|
scopeConfig:
|
||
|
|
$ref: "/doc/swagger/include/GLScope.yaml#/GLScope"
|