2019-02-02 23:27:34 +01:00
|
|
|
RemoteOutputSettings:
|
|
|
|
description: RemoteOutput
|
2018-05-28 00:40:33 +02:00
|
|
|
properties:
|
|
|
|
nbFECBlocks:
|
|
|
|
type: integer
|
2021-12-19 11:30:48 +01:00
|
|
|
nbTxBytes:
|
|
|
|
type: integer
|
2021-12-19 13:15:17 +01:00
|
|
|
description: >
|
2024-06-23 12:30:40 +02:00
|
|
|
Number of bytes in a transmitted I or Q sample
|
2021-12-19 13:15:17 +01:00
|
|
|
* 1
|
|
|
|
* 2
|
|
|
|
* 4
|
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:
|
2021-12-12 13:45:14 +01:00
|
|
|
centerFrequency:
|
|
|
|
type: integer
|
|
|
|
format: int64
|
2021-12-12 19:54:57 +01:00
|
|
|
sampleRate:
|
|
|
|
type: integer
|
2021-12-15 22:56:18 +01:00
|
|
|
queueLength:
|
|
|
|
description: "Data read/write queue length in number of data frames"
|
|
|
|
type: integer
|
|
|
|
queueSize:
|
|
|
|
description: "Data read/write queue size in number of data frames"
|
|
|
|
type: integer
|
2018-05-28 00:40:33 +02:00
|
|
|
sampleCount:
|
|
|
|
description: count of samples that have been sent
|
|
|
|
type: integer
|
2021-12-15 22:56:18 +01:00
|
|
|
correctableErrorsCount:
|
|
|
|
description: "Absolute number of correctable errors"
|
|
|
|
type: integer
|
|
|
|
uncorrectableErrorsCount:
|
|
|
|
description: "Absolute number of uncorrectable errors"
|
|
|
|
type: integer
|
|
|
|
tvSec:
|
|
|
|
description: "Counts timestamp seconds"
|
|
|
|
type: integer
|
|
|
|
tvUSec:
|
|
|
|
description: "Counts timestamp microseconds"
|
|
|
|
type: integer
|