2019-02-02 17:27:34 -05:00
|
|
|
RemoteOutputSettings:
|
|
|
|
description: RemoteOutput
|
2018-05-27 18:40:33 -04:00
|
|
|
properties:
|
|
|
|
nbFECBlocks:
|
|
|
|
type: integer
|
2021-12-19 05:30:48 -05:00
|
|
|
nbTxBytes:
|
|
|
|
type: integer
|
2021-12-19 07:15:17 -05:00
|
|
|
description: >
|
|
|
|
Number of bytes in a transmited I or Q sample
|
|
|
|
* 1
|
|
|
|
* 2
|
|
|
|
* 4
|
2018-08-29 12:39:40 -04:00
|
|
|
apiAddress:
|
2018-05-27 18:40:33 -04:00
|
|
|
type: string
|
2018-08-29 12:39:40 -04:00
|
|
|
apiPort:
|
2018-05-27 18:40:33 -04:00
|
|
|
type: integer
|
2018-08-29 12:39:40 -04:00
|
|
|
dataAddress:
|
2018-05-27 18:40:33 -04:00
|
|
|
type: string
|
2018-08-29 12:39:40 -04:00
|
|
|
dataPort:
|
|
|
|
type: integer
|
2018-09-01 04:44:12 -04:00
|
|
|
deviceIndex:
|
2018-09-04 02:43:07 -04:00
|
|
|
device: remote SDRangel instance deviceset index
|
2018-09-01 04:44:12 -04:00
|
|
|
type: integer
|
|
|
|
channelIndex:
|
2018-09-04 02:43:07 -04:00
|
|
|
device: remote SDRangel instance channel index
|
2018-09-01 04:44:12 -04:00
|
|
|
type: integer
|
2019-01-11 08:45:00 -05: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-27 18:40:33 -04:00
|
|
|
|
2019-02-02 17:27:34 -05:00
|
|
|
RemoteOutputReport:
|
|
|
|
description: RemoteOutput
|
2018-05-27 18:40:33 -04:00
|
|
|
properties:
|
2021-12-12 07:45:14 -05:00
|
|
|
centerFrequency:
|
|
|
|
type: integer
|
|
|
|
format: int64
|
2021-12-12 13:54:57 -05:00
|
|
|
sampleRate:
|
|
|
|
type: integer
|
2021-12-15 16:56:18 -05: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-27 18:40:33 -04:00
|
|
|
sampleCount:
|
|
|
|
description: count of samples that have been sent
|
|
|
|
type: integer
|
2021-12-15 16:56:18 -05: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
|