ra3xdh / qucsator_rf

Qucsator-RF is RF circuit simulation kernel for Qucs-S
https://ra3xdh.github.io/
GNU General Public License v2.0
13 stars 5 forks source link

Show warning instead of error on invalid property name #14

Closed ra3xdh closed 4 months ago

ra3xdh commented 4 months ago

This PR changes simulator behavior if device string contains invalid property name. The simulator now ignores such property, shows warning instead of error, and continues simulation. The SPICE simulators follow this approach if .MODEL contains not supported property name.