2019-02-02 23:27:34 +01:00
|
|
|
RemoteOutputSettings:
|
|
|
|
description: RemoteOutput
|
2018-05-28 00:40:33 +02:00
|
|
|
properties:
|
|
|
|
centerFrequency:
|
|
|
|
type: integer
|
|
|
|
format: uint64
|
|
|
|
sampleRate:
|
|
|
|
type: integer
|
|
|
|
txDelay:
|
|
|
|
description: minimum delay in ms between two consecutive packets sending
|
|
|
|
type: number
|
|
|
|
format: float
|
|
|
|
nbFECBlocks:
|
|
|
|
type: integer
|
2018-08-29 18:39:40 +02:00
|
|
|
apiAddress:
|
2018-05-28 00:40:33 +02:00
|
|
|
type: string
|
2018-08-29 18:39:40 +02:00
|
|
|
apiPort:
|
2018-05-28 00:40:33 +02:00
|
|
|
type: integer
|
2018-08-29 18:39:40 +02:00
|
|
|
dataAddress:
|
2018-05-28 00:40:33 +02:00
|
|
|
type: string
|
2018-08-29 18:39:40 +02:00
|
|
|
dataPort:
|
|
|
|
type: integer
|
2018-09-01 10:44:12 +02:00
|
|
|
deviceIndex:
|
2018-09-04 08:43:07 +02:00
|
|
|
device: remote SDRangel instance deviceset index
|
2018-09-01 10:44:12 +02:00
|
|
|
type: integer
|
|
|
|
channelIndex:
|
2018-09-04 08:43:07 +02:00
|
|
|
device: remote SDRangel instance channel index
|
2018-09-01 10:44:12 +02:00
|
|
|
type: integer
|
2019-01-11 14:45:00 +01:00
|
|
|
useReverseAPI:
|
|
|
|
description: Synchronize with reverse API (1 for yes, 0 for no)
|
|
|
|
type: integer
|
|
|
|
reverseAPIAddress:
|
|
|
|
type: string
|
|
|
|
reverseAPIPort:
|
|
|
|
type: integer
|
|
|
|
reverseAPIDeviceIndex:
|
|
|
|
type: integer
|
2018-05-28 00:40:33 +02:00
|
|
|
|
2019-02-02 23:27:34 +01:00
|
|
|
RemoteOutputReport:
|
|
|
|
description: RemoteOutput
|
2018-05-28 00:40:33 +02:00
|
|
|
properties:
|
|
|
|
bufferRWBalance:
|
|
|
|
description: ratio off the mid buffer (positive read leads)
|
|
|
|
type: number
|
|
|
|
format: float
|
|
|
|
sampleCount:
|
|
|
|
description: count of samples that have been sent
|
|
|
|
type: integer
|