mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-21 06:13:41 +00:00
WIP: working compound driver, partial SSA3000X as a demonstration
This commit is contained in:
parent
89e46057a5
commit
b701479e87
28 changed files with 3418 additions and 1971 deletions
|
|
@ -224,7 +224,6 @@ std::vector<Trace *> TraceModel::getLiveTraces() const
|
|||
|
||||
bool TraceModel::PortExcitationRequired(int port)
|
||||
{
|
||||
port++;
|
||||
for(auto t : traces) {
|
||||
if(t->getSource() == Trace::Source::Live && !t->isPaused()) {
|
||||
// this trace needs measurements from VNA, check if port has to be excited for its measurement
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue