TRL calibration routine

This commit is contained in:
Jan Käberich 2022-10-01 23:11:13 +02:00
parent 2ef913f073
commit d43a1e6e38
16 changed files with 36638 additions and 3 deletions

View file

@ -705,6 +705,11 @@ void Reflect::fromJSON(nlohmann::json j)
isShort = j.value("isShort", true);
}
bool Reflect::getIsShort() const
{
return isShort;
}
Line::Line()
{
Z0 = 50.0;