Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 899 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 899 Bytes

ASCO_Visualizer

Build dependencies:

Build steps:

  1. Go into top-level directory
  2. mkdir build
  3. cd build
  4. cmake ../
  5. make -j

Usage:

Make sure the Qucs dir is pointing to the correct folder. It should be the folder that contains the ASCO files that are created during simulation / optimization.

When a simulation starts the visualizer will automatically detect it and begin plotting the variables and measurements as well as their limits. Results from the simulation can be selected on the right to be plotted. The initial design was for micorstrip filter optimization so only testing for S-Parameter optimization was done. It is possible it works with other simulations also, out of the box.

Main UI