1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-09-19 11:26:35 -04:00
sdrangel/sdrbase/resources/webapi/doc/swagger/include/SDRPlay.yaml

77 lines
1.6 KiB
YAML
Raw Normal View History

2018-05-27 05:57:23 -04:00
SDRPlaySettings:
description: SDRplay1
properties:
centerFrequency:
type: integer
format: uint64
tunerGain:
type: integer
LOppmTenths:
type: integer
frequencyBandIndex:
type: integer
ifFrequencyIndex:
type: integer
bandwidthIndex:
type: integer
devSampleRateIndex:
type: integer
log2Decim:
type: integer
fcPos:
type: integer
dcBlock:
type: integer
iqCorrection:
type: integer
tunerGainMode:
description: 1 tuner (table) gain, 0 manual (LNA, Mixer, BB) gain
type: integer
lnaOn:
type: integer
mixerAmpOn:
type: integer
basebandGain:
type: integer
iqCorrection:
type: integer
fileRecordName:
type: string
SDRPlayReport:
description: SDRplay1
properties:
sampleRates:
type: array
items:
properties:
sampleRate:
description: sample rate in S/s
type: integer
bandwidths:
type: array
items:
properties:
bandwidth:
description: bandwidth in Hz
type: integer
intermediateFrequencies:
type: array
items:
properties:
intermediateFrequency:
description: frequency in Hz
type: integer
frequencyBands:
type: array
items:
properties:
bandName:
type: string
bandLow:
description: lower frequency bound in Hz
type: integer
bandHigh:
description: higher frequency bound in Hz
type: integer