1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-09-22 12:56:47 -04:00
sdrangel/sdrbase/resources/webapi/doc/swagger/include/ILSDemod.yaml

121 lines
2.7 KiB
YAML
Raw Normal View History

2023-04-01 13:33:18 -04:00
ILSDemodSettings:
description: ILSDemod
properties:
inputFrequencyOffset:
type: integer
format: int64
rfBandwidth:
type: number
format: float
mode:
description: "(0 for LOC, 1 for G/S)"
type: integer
frequencyIndex:
type: integer
squelch:
type: integer
volume:
type: number
format: float
audioMute:
type: integer
average:
type: integer
ddmUnits:
type: integer
identThreshold:
type: number
format: float
ident:
type: string
runway:
type: string
trueBearing:
type: number
format: float
latitude:
type: string
longitude:
type: string
elevation:
type: integer
glidePath:
type: number
format: float
refHeight:
type: number
format: float
courseWidth:
type: number
format: float
udpEnabled:
description: "Whether to forward DDM to specified UDP port"
type: integer
udpAddress:
description: "UDP address to forward DDM to"
type: string
udpPort:
description: "UDP port to forward DDM to"
type: integer
logFilename:
type: string
logEnabled:
type: integer
rgbColor:
type: integer
title:
type: string
streamIndex:
description: MIMO channel. Not relevant when connected to SI (single Rx).
type: integer
useReverseAPI:
description: Synchronize with reverse API (1 for yes, 0 for no)
type: integer
reverseAPIAddress:
type: string
reverseAPIPort:
type: integer
reverseAPIDeviceIndex:
type: integer
reverseAPIChannelIndex:
type: integer
scopeConfig:
$ref: "/doc/swagger/include/GLScope.yaml#/GLScope"
channelMarker:
$ref: "/doc/swagger/include/ChannelMarker.yaml#/ChannelMarker"
rollupState:
$ref: "/doc/swagger/include/RollupState.yaml#/RollupState"
ILSDemodReport:
description: ILSDemod
properties:
channelPowerDB:
description: power received in channel (dB)
type: number
format: float
channelSampleRate:
type: integer
2024-06-18 04:14:22 -04:00
ident:
type: string
deviation:
description: deviation in degrees
type: number
format: float
sdm:
description: Sum of the Depth of Modulation in percent
type: number
format: float
ddm:
description: Difference in the Depth of Modulation in percent
type: number
format: float
dm90:
description: Depth of modulation of the 90Hz tone as a percentage of the carrier
type: number
format: float
dm150:
description: Depth of modulation of the 150Hz tone as percentage of the carrier
type: number
format: float
2023-04-01 13:33:18 -04:00