WIP: working compound driver, partial SSA3000X as a demonstration

This commit is contained in:
Jan Käberich 2023-02-07 18:30:05 +01:00
parent 89e46057a5
commit b701479e87
28 changed files with 3418 additions and 1971 deletions

View file

@ -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