Points per decades from 2 to 10

This commit is contained in:
Taylor
2021-09-24 10:50:46 +08:00
parent c30c735c9a
commit 37f56b3acd
2 changed files with 1 additions and 2 deletions
@@ -144,7 +144,6 @@ static void eis_fscan(void)
SetSamplingTime(instru.fset);
instru.sampleRate = 2000;
InputNotify(NOTIFY_CURRENT, eis->_sweepIndex);
}
#endif
@@ -438,7 +438,7 @@ static void EIS_Plot(void) //real and imag impedance plot
}
}
// InputNotify(NOTIFY_CURRENT, avg_imag);
InputNotify(NOTIFY_CURRENT, avg_imag);
InputNotify(NOTIFY_VOLT, avg_real);
InputNotify(NOTIFY_IMPEDANCE, instru.fset);
return;