2023-03-18 07:48:21 -04:00
|
|
|
AaroniaRTSASettings:
|
|
|
|
description: AaroniaRTSA
|
|
|
|
properties:
|
|
|
|
centerFrequency:
|
2023-03-24 02:57:09 -04:00
|
|
|
description: Sets the center frequency (Hz) of the distant IQ demodulator
|
2023-03-18 07:48:21 -04:00
|
|
|
type: integer
|
|
|
|
format: int64
|
2023-03-24 02:57:09 -04:00
|
|
|
sampleRate:
|
|
|
|
description: Sets the sample rate (S/s) and span (Hz) of the distant IQ demodulator
|
|
|
|
type: integer
|
2023-03-18 07:48:21 -04:00
|
|
|
serverAddress:
|
|
|
|
description: Distant AaroniaRTSA instance URL or IPv4 address with port
|
|
|
|
type: string
|
|
|
|
useReverseAPI:
|
|
|
|
description: Synchronize with reverse API (1 for yes, 0 for no)
|
|
|
|
type: integer
|
|
|
|
reverseAPIAddress:
|
|
|
|
type: string
|
|
|
|
reverseAPIPort:
|
|
|
|
type: integer
|
|
|
|
reverseAPIDeviceIndex:
|
|
|
|
type: integer
|
|
|
|
|
|
|
|
AaroniaRTSAReport:
|
|
|
|
description: AaroniaRTSA
|
|
|
|
properties:
|
|
|
|
status:
|
|
|
|
type: integer
|
2023-05-23 04:23:18 -04:00
|
|
|
description: >
|
|
|
|
Connection to RTSA server status:
|
|
|
|
* 0 - Idle
|
|
|
|
* 1 - Unstable
|
|
|
|
* 2 - Connected
|
|
|
|
* 3 - Error
|
|
|
|
* 4 - Disconnected
|
2023-04-11 05:38:28 -04:00
|
|
|
|
|
|
|
AaroniaRTSAOutputSettings:
|
|
|
|
description: AaroniaRTSAOutput
|
|
|
|
properties:
|
2023-05-23 04:23:18 -04:00
|
|
|
centerFrequency:
|
|
|
|
description: Sets the center frequency (Hz) of the distant IQ demodulator
|
|
|
|
type: integer
|
|
|
|
format: int64
|
|
|
|
sampleRate:
|
|
|
|
description: Sets the sample rate (S/s) and span (Hz) of the distant IQ demodulator
|
|
|
|
type: integer
|
|
|
|
serverAddress:
|
|
|
|
description: Distant AaroniaRTSA instance URL or IPv4 address with port
|
|
|
|
type: string
|
2023-04-11 05:38:28 -04:00
|
|
|
useReverseAPI:
|
|
|
|
description: Synchronize with reverse API (1 for yes, 0 for no)
|
|
|
|
type: integer
|
|
|
|
reverseAPIAddress:
|
|
|
|
type: string
|
|
|
|
reverseAPIPort:
|
|
|
|
type: integer
|
|
|
|
reverseAPIDeviceIndex:
|
|
|
|
type: integer
|
|
|
|
|
|
|
|
AaroniaRTSAOutputReport:
|
|
|
|
description: AaroniaRTSAOutput
|
|
|
|
properties:
|
2023-05-23 04:23:18 -04:00
|
|
|
status:
|
2023-04-11 05:38:28 -04:00
|
|
|
type: integer
|
2023-05-23 04:23:18 -04:00
|
|
|
description: >
|
|
|
|
Connection to RTSA server status:
|
|
|
|
* 0 - Idle
|
|
|
|
* 1 - Unstable
|
|
|
|
* 2 - Connected
|
|
|
|
* 3 - Error
|
|
|
|
* 4 - Disconnected
|