mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-06 23:13:43 +00:00
eye diagram thread rework + uninitialized variables fix
This commit is contained in:
parent
0539dea4ef
commit
70488f8262
10 changed files with 289 additions and 14 deletions
|
|
@ -15,6 +15,8 @@ TwoThru::TwoThru()
|
|||
Z0 = 50.0;
|
||||
port1 = 1;
|
||||
port2 = 2;
|
||||
measuring2xthru = false;
|
||||
measuringDUT = false;
|
||||
}
|
||||
|
||||
std::set<unsigned int> TwoThru::getAffectedPorts()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue