mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-07-24 11:04:10 -04:00
BladeRF2 MIMO: REST API: added report with range information
This commit is contained in:
@@ -1797,6 +1797,41 @@ margin-bottom: 20px;
|
||||
}
|
||||
},
|
||||
"description" : "BladeRF2"
|
||||
};
|
||||
defs.BladeRF2MIMOReport = {
|
||||
"properties" : {
|
||||
"frequencyRangeRx" : {
|
||||
"$ref" : "#/definitions/FrequencyRange"
|
||||
},
|
||||
"sampleRateRangeRx" : {
|
||||
"$ref" : "#/definitions/Range"
|
||||
},
|
||||
"bandwidthRangeRx" : {
|
||||
"$ref" : "#/definitions/Range"
|
||||
},
|
||||
"globalGainRangeRx" : {
|
||||
"$ref" : "#/definitions/Range"
|
||||
},
|
||||
"gainModesRx" : {
|
||||
"type" : "array",
|
||||
"items" : {
|
||||
"$ref" : "#/definitions/NamedEnum"
|
||||
}
|
||||
},
|
||||
"frequencyRangeTx" : {
|
||||
"$ref" : "#/definitions/FrequencyRange"
|
||||
},
|
||||
"sampleRateRangeTx" : {
|
||||
"$ref" : "#/definitions/Range"
|
||||
},
|
||||
"bandwidthRangeTx" : {
|
||||
"$ref" : "#/definitions/Range"
|
||||
},
|
||||
"globalGainRangeTx" : {
|
||||
"$ref" : "#/definitions/Range"
|
||||
}
|
||||
},
|
||||
"description" : "BladeRF2"
|
||||
};
|
||||
defs.BladeRF2MIMOSettings = {
|
||||
"properties" : {
|
||||
@@ -3199,6 +3234,9 @@ margin-bottom: 20px;
|
||||
"bladeRF2OutputReport" : {
|
||||
"$ref" : "#/definitions/BladeRF2OutputReport"
|
||||
},
|
||||
"bladeRF2MIMOReport" : {
|
||||
"$ref" : "#/definitions/BladeRF2MIMOReport"
|
||||
},
|
||||
"fileInputReport" : {
|
||||
"$ref" : "#/definitions/FileInputReport"
|
||||
},
|
||||
@@ -37630,7 +37668,7 @@ except ApiException as e:
|
||||
</div>
|
||||
<div id="generator">
|
||||
<div class="content">
|
||||
Generated 2020-09-15T08:45:12.589+02:00
|
||||
Generated 2020-09-15T13:30:17.634+02:00
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -184,3 +184,27 @@ BladeRF2MIMOSettings:
|
||||
type: integer
|
||||
reverseAPIDeviceIndex:
|
||||
type: integer
|
||||
|
||||
BladeRF2MIMOReport:
|
||||
description: BladeRF2
|
||||
properties:
|
||||
frequencyRangeRx:
|
||||
$ref: "/doc/swagger/include/Structs.yaml#/FrequencyRange"
|
||||
sampleRateRangeRx:
|
||||
$ref: "/doc/swagger/include/Structs.yaml#/Range"
|
||||
bandwidthRangeRx:
|
||||
$ref: "/doc/swagger/include/Structs.yaml#/Range"
|
||||
globalGainRangeRx:
|
||||
$ref: "/doc/swagger/include/Structs.yaml#/Range"
|
||||
gainModesRx:
|
||||
type: array
|
||||
items:
|
||||
$ref: "/doc/swagger/include/Structs.yaml#/NamedEnum"
|
||||
frequencyRangeTx:
|
||||
$ref: "/doc/swagger/include/Structs.yaml#/FrequencyRange"
|
||||
sampleRateRangeTx:
|
||||
$ref: "/doc/swagger/include/Structs.yaml#/Range"
|
||||
bandwidthRangeTx:
|
||||
$ref: "/doc/swagger/include/Structs.yaml#/Range"
|
||||
globalGainRangeTx:
|
||||
$ref: "/doc/swagger/include/Structs.yaml#/Range"
|
||||
|
||||
@@ -19,6 +19,8 @@ DeviceReport:
|
||||
$ref: "/doc/swagger/include/BladeRF2.yaml#/BladeRF2InputReport"
|
||||
bladeRF2OutputReport:
|
||||
$ref: "/doc/swagger/include/BladeRF2.yaml#/BladeRF2OutputReport"
|
||||
bladeRF2MIMOReport:
|
||||
$ref: "/doc/swagger/include/BladeRF2.yaml#/BladeRF2MIMOReport"
|
||||
fileInputReport:
|
||||
$ref: "/doc/swagger/include/FileInput.yaml#/FileInputReport"
|
||||
limeSdrInputReport:
|
||||
|
||||
Reference in New Issue
Block a user