You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
qucs-s can write a schematic file that can't be opened later. The example schematic has a spice .PARAM block. The block has a name string that contains unwanted space characters. The simulation runs fine and the schematic is saved without complaint. Later, the schematic fails to open due to the space characters in the .PARAM line.
For example, this line is no good: <SpicePar VCC and VREF 1 820 360 -27 18 0 0 "VCC=5" 1 "THH=VCC*2/3" 1 "THL=VCC/3" 1>
This issue can be fixed by opening the .sch file in a text editor and removing the unwanted spaces from the name. (If you can find them.)
The system is an up to date Arch Linux distro. qucs-s version is 24-2-1, installed from Arch AUR.
qucs-s can write a schematic file that can't be opened later. The example schematic has a spice .PARAM block. The block has a name string that contains unwanted space characters. The simulation runs fine and the schematic is saved without complaint. Later, the schematic fails to open due to the space characters in the .PARAM line.
For example, this line is no good:
<SpicePar VCC and VREF 1 820 360 -27 18 0 0 "VCC=5" 1 "THH=VCC*2/3" 1 "THL=VCC/3" 1>
This issue can be fixed by opening the .sch file in a text editor and removing the unwanted spaces from the name. (If you can find them.)
The system is an up to date Arch Linux distro. qucs-s version is 24-2-1, installed from Arch AUR.
trig_load_sch.zip
The text was updated successfully, but these errors were encountered: