mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-04 16:01:14 -05:00
49 lines
1.1 KiB
YAML
49 lines
1.1 KiB
YAML
RemoteOutputSettings:
|
|
description: RemoteOutput
|
|
properties:
|
|
centerFrequency:
|
|
type: integer
|
|
format: int64
|
|
sampleRate:
|
|
type: integer
|
|
txDelay:
|
|
description: minimum delay in ms between two consecutive packets sending
|
|
type: number
|
|
format: float
|
|
nbFECBlocks:
|
|
type: integer
|
|
apiAddress:
|
|
type: string
|
|
apiPort:
|
|
type: integer
|
|
dataAddress:
|
|
type: string
|
|
dataPort:
|
|
type: integer
|
|
deviceIndex:
|
|
device: remote SDRangel instance deviceset index
|
|
type: integer
|
|
channelIndex:
|
|
device: remote SDRangel instance channel index
|
|
type: integer
|
|
useReverseAPI:
|
|
description: Synchronize with reverse API (1 for yes, 0 for no)
|
|
type: integer
|
|
reverseAPIAddress:
|
|
type: string
|
|
reverseAPIPort:
|
|
type: integer
|
|
reverseAPIDeviceIndex:
|
|
type: integer
|
|
|
|
RemoteOutputReport:
|
|
description: RemoteOutput
|
|
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
|