mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-07-25 19:44:12 -04:00
MIMO: implemented add/remove MIMO device set in main GUI
This commit is contained in:
@@ -2335,8 +2335,8 @@ margin-bottom: 20px;
|
||||
"testSourceSettings" : {
|
||||
"$ref" : "#/definitions/TestSourceSettings"
|
||||
},
|
||||
"testSourceMISettings" : {
|
||||
"$ref" : "#/definitions/TestSourceMISettings"
|
||||
"testMISettings" : {
|
||||
"$ref" : "#/definitions/TestMISettings"
|
||||
},
|
||||
"xtrxInputSettings" : {
|
||||
"$ref" : "#/definitions/XtrxInputSettings"
|
||||
@@ -5210,7 +5210,7 @@ margin-bottom: 20px;
|
||||
}
|
||||
}
|
||||
};
|
||||
defs.TestSourceMISettings = {
|
||||
defs.TestMISettings = {
|
||||
"properties" : {
|
||||
"centerFrequency" : {
|
||||
"type" : "integer",
|
||||
@@ -25080,7 +25080,7 @@ except ApiException as e:
|
||||
</div>
|
||||
<div id="generator">
|
||||
<div class="content">
|
||||
Generated 2019-05-18T03:33:39.922+02:00
|
||||
Generated 2019-05-18T10:36:57.027+02:00
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -0,0 +1,51 @@
|
||||
TestMISettings:
|
||||
description: TestSourceMI
|
||||
properties:
|
||||
centerFrequency:
|
||||
type: integer
|
||||
format: uint64
|
||||
frequencyShift:
|
||||
type: integer
|
||||
sampleRate:
|
||||
type: integer
|
||||
log2Decim:
|
||||
type: integer
|
||||
fcPos:
|
||||
type: integer
|
||||
sampleSizeIndex:
|
||||
type: integer
|
||||
amplitudeBits:
|
||||
type: integer
|
||||
autoCorrOptions:
|
||||
type: integer
|
||||
modulation:
|
||||
type: integer
|
||||
modulationTone:
|
||||
type: integer
|
||||
amModulation:
|
||||
type: integer
|
||||
fmDeviation:
|
||||
type: integer
|
||||
dcFactor:
|
||||
type: number
|
||||
format: float
|
||||
iFactor:
|
||||
type: number
|
||||
format: float
|
||||
qFactor:
|
||||
type: number
|
||||
format: float
|
||||
phaseImbalance:
|
||||
type: number
|
||||
format: float
|
||||
fileRecordName:
|
||||
type: string
|
||||
useReverseAPI:
|
||||
description: Synchronize with reverse API (1 for yes, 0 for no)
|
||||
type: integer
|
||||
reverseAPIAddress:
|
||||
type: string
|
||||
reverseAPIPort:
|
||||
type: integer
|
||||
reverseAPIDeviceIndex:
|
||||
type: integer
|
||||
@@ -1830,8 +1830,8 @@ definitions:
|
||||
$ref: "/doc/swagger/include/SoapySDR.yaml#/SoapySDROutputSettings"
|
||||
testSourceSettings:
|
||||
$ref: "/doc/swagger/include/TestSource.yaml#/TestSourceSettings"
|
||||
testSourceMISettings:
|
||||
$ref: "/doc/swagger/include/TestSourceMI.yaml#/TestSourceMISettings"
|
||||
testMISettings:
|
||||
$ref: "/doc/swagger/include/TestMI.yaml#/TestMISettings"
|
||||
xtrxInputSettings:
|
||||
$ref: "/doc/swagger/include/Xtrx.yaml#/XtrxInputSettings"
|
||||
xtrxOutputSettings:
|
||||
|
||||
Reference in New Issue
Block a user