mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-08 07:53:40 +00:00
Selectable reference impedance
This commit is contained in:
parent
d526270fd2
commit
cece0080ed
12 changed files with 46 additions and 16 deletions
|
|
@ -12,7 +12,7 @@ using namespace std;
|
|||
|
||||
TwoThru::TwoThru()
|
||||
{
|
||||
Z0 = 50.0;
|
||||
Z0 = Preferences::getInstance().Acquisition.refImp;
|
||||
}
|
||||
|
||||
void TwoThru::transformDatapoint(Protocol::Datapoint &p)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue