Krzysztof Herman
06/05/2024, 2:05 PMihp-sg13g2
technology. Since each symbol file .smy
was edited is there any method to update the existing schematics, which use the symbols. Unfortunately File->Reload (Alt+S) does not work as expected.Stefan Schippers
06/10/2024, 3:01 PMKrzysztof Herman
06/11/2024, 7:56 AMw
, l
are now with lower case letters. The File->Reload command does update the symbol however when I try to change the parameters (attributes) I still have it with upper case. There is more, the change of W
, or `L`does not reflect in the actual .spice netlist. After reviewing the content of the sch
file I found that the attributes are there and one can edit it manually or by manual replacement of the symbol. The question is if there is other more efficient way to do so.Krzysztof Herman
06/11/2024, 7:56 AMStefan Schippers
06/11/2024, 10:00 AMKrzysztof Herman
06/11/2024, 10:11 AMStefan Schippers
06/11/2024, 10:22 AMKrzysztof Herman
06/12/2024, 7:55 AMfind /path/to/directory -type f -exec sed -i -e 's/W=/w=/g' -e 's/L=/l=/g' {} +
worked for me to update all the schematic filesStefan Schippers
06/15/2024, 6:03 AMKrzysztof Herman
06/23/2024, 4:20 PM