Selectable reference impedance

This commit is contained in:
Jan Käberich 2022-03-15 15:26:02 +01:00
parent d526270fd2
commit cece0080ed
12 changed files with 46 additions and 16 deletions

View file

@ -12,7 +12,7 @@ using namespace std;
TwoThru::TwoThru()
{
Z0 = 50.0;
Z0 = Preferences::getInstance().Acquisition.refImp;
}
void TwoThru::transformDatapoint(Protocol::Datapoint &p)