improve GUI synchronization for compound device

This commit is contained in:
Jan Käberich 2025-05-04 13:01:00 +02:00
parent b3b3fa7718
commit 199bb7bbd7
9 changed files with 161 additions and 38 deletions

View file

@ -1,5 +1,5 @@
2F62501ED4689FB349E356AB974DBE57=EF826FD321FB312AEADE4DB74B81458C
2F62501ED4689FB349E356AB974DBE57=6F84FD31C089E822CF61FFCABCD0B7D1
66BE74F758C12D739921AEA421D593D3=2
8DF89ED150041C4CBC7CB9A9CAA90856=EF826FD321FB312AEADE4DB74B81458C
8DF89ED150041C4CBC7CB9A9CAA90856=6F84FD31C089E822CF61FFCABCD0B7D1
DC22A860405A8BF2F2C095E5B6529F12=BF78DB58F29884459C61AFB6BB93F7B6
eclipse.preferences.version=1

View file

@ -146,6 +146,7 @@ bool VNA::Setup(Protocol::SweepSettings s) {
vTaskDelay(5);
data.clear();
HW::SetMode(HW::Mode::VNA);
Trigger::SetInput(false);
sourceRefIndex = 0;
LO1RefIndex = 0;