mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-21 06:13:41 +00:00
TRL calibration routine
This commit is contained in:
parent
2ef913f073
commit
d43a1e6e38
16 changed files with 36638 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue