mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-07 23:43:42 +00:00
Fix impedance for mixed mode traces
This commit is contained in:
parent
99c6d77ad8
commit
4caec3989e
3 changed files with 25 additions and 17 deletions
|
|
@ -576,6 +576,11 @@ bool Trace::addMathSource(unsigned int hash, QString variableName)
|
|||
return false;
|
||||
}
|
||||
|
||||
void Trace::setReferenceImpedance(double value)
|
||||
{
|
||||
reference_impedance = value;
|
||||
}
|
||||
|
||||
bool Trace::mathDependsOn(Trace *t, bool onlyDirectDependency)
|
||||
{
|
||||
if(mathSourceTraces.count(t)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue