mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-03 15:31:15 -05:00
59 lines
1.5 KiB
YAML
59 lines
1.5 KiB
YAML
RadioClockSettings:
|
|
description: RadioClock
|
|
properties:
|
|
inputFrequencyOffset:
|
|
description: channel center frequency shift from baseband center in Hz
|
|
type: integer
|
|
format: int64
|
|
rfBandwidth:
|
|
description: channel RF bandwidth in Hz
|
|
type: number
|
|
format: float
|
|
threshold:
|
|
type: number
|
|
format: float
|
|
modulation:
|
|
description: 0 - MSF, 1 - DCF77, 2 - TDF, 3 - WWVB
|
|
type: integer
|
|
timezone:
|
|
description: 0 - Broadcast, 1 - Local, 2 - UTC
|
|
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"
|
|
|
|
RadioClockReport:
|
|
description: RadioClock
|
|
properties:
|
|
channelPowerDB:
|
|
description: power received in channel (dB)
|
|
type: number
|
|
format: float
|
|
channelSampleRate:
|
|
type: integer
|
|
date:
|
|
type: string
|
|
time:
|
|
type: string
|