1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-07-25 03:24:18 -04:00

Interferometer: implement gain and phase in API

This commit is contained in:
f4exb
2024-05-12 00:30:35 +02:00
parent b6b4eb405f
commit bab47d41c7
8 changed files with 111 additions and 8 deletions
@@ -8501,6 +8501,14 @@ margin-bottom: 20px;
"filterChainHash" : {
"type" : "integer"
},
"phase" : {
"type" : "integer",
"description" : "Channel B phase shift in degrees (-180 to 180)"
},
"gain" : {
"type" : "integer",
"description" : "Channel B gain in centi-Bels"
},
"useReverseAPI" : {
"type" : "integer",
"description" : "Synchronize with reverse API (1 for yes, 0 for no)"
@@ -58952,7 +58960,7 @@ except ApiException as e:
</div>
<div id="generator">
<div class="content">
Generated 2024-04-07T17:52:28.367+02:00
Generated 2024-05-12T00:06:46.949+02:00
</div>
</div>
</div>