thomaslepoix / Qucs-RFlayout

Export Qucs RF schematics to KiCad layouts & OpenEMS scripts
GNU General Public License v3.0
125 stars 11 forks source link

Scientific notation does not support "E" only "e" #18

Closed dom11990 closed 4 years ago

dom11990 commented 4 years ago

If you have a component where for example, length = 8.207329E-04, you get a warning when creating the .m file and the export fails. If you have length = 8.207329e-04 it works.

WARNING : Variable not found in component MS15 : 8.207329E-04 -> Assigned to 0. Try to start a simulation.

thomaslepoix commented 4 years ago

If Qucs supports it, Qucs-RFlayout must. The fix should be trivial.