2018-03-21 18:49:16 -04:00
|
|
|
AMDemodSettings:
|
|
|
|
description: AMDemod
|
|
|
|
properties:
|
|
|
|
inputFrequencyOffset:
|
2019-05-20 10:31:15 -04:00
|
|
|
description: channel center frequency shift from baseband center in Hz
|
2018-03-21 18:49:16 -04:00
|
|
|
type: integer
|
|
|
|
format: int64
|
|
|
|
rfBandwidth:
|
2018-03-22 00:10:13 -04:00
|
|
|
description: channel RF bandwidth in Hz (floors to next 100 Hz)
|
2018-03-21 18:49:16 -04:00
|
|
|
type: number
|
|
|
|
format: float
|
|
|
|
squelch:
|
2018-03-22 00:10:13 -04:00
|
|
|
description: power squelch threshold in decibels
|
2018-03-21 18:49:16 -04: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 01:55:51 -04:00
|
|
|
audioDeviceName:
|
|
|
|
type: string
|
2018-08-02 17:27:22 -04:00
|
|
|
pll:
|
|
|
|
description: PLL active (for synchronous AM)
|
|
|
|
type: integer
|
|
|
|
syncAMOperation:
|
|
|
|
description: Synchronous AM sidebands mode (DSB, USB, LSB)
|
|
|
|
type: integer
|
2019-05-20 10:31:15 -04:00
|
|
|
streamIndex:
|
|
|
|
description: MIMO channel. Not relevant when connected to SI (single Rx).
|
|
|
|
type: integer
|
2018-12-16 14:41:21 -05:00
|
|
|
useReverseAPI:
|
2018-12-18 15:46:03 -05:00
|
|
|
description: Synchronize with reverse API (1 for yes, 0 for no)
|
2018-12-16 14:41:21 -05:00
|
|
|
type: integer
|
|
|
|
reverseAPIAddress:
|
|
|
|
type: string
|
|
|
|
reverseAPIPort:
|
|
|
|
type: integer
|
|
|
|
reverseAPIDeviceIndex:
|
2019-05-20 10:31:15 -04:00
|
|
|
type: integer
|
2018-12-16 14:41:21 -05:00
|
|
|
reverseAPIChannelIndex:
|
2019-05-20 10:31:15 -04:00
|
|
|
type: integer
|
2021-12-02 17:54:39 -05:00
|
|
|
channelMarker:
|
|
|
|
$ref: "/doc/swagger/include/ChannelMarker.yaml#/ChannelMarker"
|
2022-01-08 23:27:12 -05:00
|
|
|
rollupState:
|
|
|
|
$ref: "/doc/swagger/include/RollupState.yaml#/RollupState"
|
2018-03-21 18:49:16 -04: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 05:55:45 -04:00
|
|
|
audioSampleRate:
|
|
|
|
type: integer
|
2018-03-26 19:30:44 -04:00
|
|
|
channelSampleRate:
|
|
|
|
type: integer
|