2018-03-21 23:49:16 +01:00
|
|
|
AMDemodSettings:
|
|
|
|
description: AMDemod
|
|
|
|
properties:
|
|
|
|
inputFrequencyOffset:
|
2019-05-20 16:31:15 +02:00
|
|
|
description: channel center frequency shift from baseband center in Hz
|
2018-03-21 23:49:16 +01:00
|
|
|
type: integer
|
|
|
|
format: int64
|
|
|
|
rfBandwidth:
|
2018-03-22 05:10:13 +01:00
|
|
|
description: channel RF bandwidth in Hz (floors to next 100 Hz)
|
2018-03-21 23:49:16 +01:00
|
|
|
type: number
|
|
|
|
format: float
|
2023-10-26 09:35:55 +01:00
|
|
|
afBandwidth:
|
|
|
|
description: AF bandwidth in Hz
|
|
|
|
type: number
|
|
|
|
format: float
|
2018-03-21 23:49:16 +01:00
|
|
|
squelch:
|
2018-03-22 05:10:13 +01:00
|
|
|
description: power squelch threshold in decibels
|
2018-03-21 23:49:16 +01:00
|
|
|
type: number
|
|
|
|
format: float
|
|
|
|
volume:
|
|
|
|
type: number
|
|
|
|
format: float
|
|
|
|
audioMute:
|
|
|
|
type: integer
|
|
|
|
bandpassEnable:
|
|
|
|
description: use bandpass filter (1 for yes, 0 for no)
|
|
|
|
type: integer
|
|
|
|
rgbColor:
|
|
|
|
type: integer
|
|
|
|
title:
|
|
|
|
type: string
|
2018-03-29 07:55:51 +02:00
|
|
|
audioDeviceName:
|
|
|
|
type: string
|
2018-08-02 23:27:22 +02:00
|
|
|
pll:
|
|
|
|
description: PLL active (for synchronous AM)
|
|
|
|
type: integer
|
|
|
|
syncAMOperation:
|
|
|
|
description: Synchronous AM sidebands mode (DSB, USB, LSB)
|
|
|
|
type: integer
|
2023-11-05 12:24:32 +01:00
|
|
|
frequencyMode:
|
|
|
|
description: (0 for Offset, 1 for MW, 2 for 25k, 3 for 8.33k)
|
|
|
|
type: integer
|
|
|
|
frequency:
|
|
|
|
description: Channel center frequency
|
|
|
|
type: integer
|
|
|
|
format: int64
|
|
|
|
snap:
|
|
|
|
description: Snap channel marker to channel center frequencies
|
|
|
|
type: integer
|
2019-05-20 16:31:15 +02:00
|
|
|
streamIndex:
|
|
|
|
description: MIMO channel. Not relevant when connected to SI (single Rx).
|
|
|
|
type: integer
|
2018-12-16 20:41:21 +01:00
|
|
|
useReverseAPI:
|
2018-12-18 21:46:03 +01:00
|
|
|
description: Synchronize with reverse API (1 for yes, 0 for no)
|
2018-12-16 20:41:21 +01:00
|
|
|
type: integer
|
|
|
|
reverseAPIAddress:
|
|
|
|
type: string
|
|
|
|
reverseAPIPort:
|
|
|
|
type: integer
|
|
|
|
reverseAPIDeviceIndex:
|
2019-05-20 16:31:15 +02:00
|
|
|
type: integer
|
2018-12-16 20:41:21 +01:00
|
|
|
reverseAPIChannelIndex:
|
2019-05-20 16:31:15 +02:00
|
|
|
type: integer
|
2021-12-02 23:54:39 +01:00
|
|
|
channelMarker:
|
|
|
|
$ref: "/doc/swagger/include/ChannelMarker.yaml#/ChannelMarker"
|
2022-01-09 05:27:12 +01:00
|
|
|
rollupState:
|
|
|
|
$ref: "/doc/swagger/include/RollupState.yaml#/RollupState"
|
2018-03-21 23:49:16 +01:00
|
|
|
|
|
|
|
AMDemodReport:
|
|
|
|
description: AMDemod
|
|
|
|
properties:
|
|
|
|
channelPowerDB:
|
|
|
|
description: power received in channel (dB)
|
|
|
|
type: number
|
|
|
|
format: float
|
|
|
|
squelch:
|
|
|
|
description: squelch status (1 if open else 0)
|
|
|
|
type: integer
|
2018-03-26 11:55:45 +02:00
|
|
|
audioSampleRate:
|
|
|
|
type: integer
|
2018-03-27 01:30:44 +02:00
|
|
|
channelSampleRate:
|
|
|
|
type: integer
|