George Yashin (Georgii Iashin)
George Yashin (Georgii Iashin)
I assume that it's similar issue to this https://github.com/ra3xdh/qucs_s/issues/156
I thought of it because you already have ERC check for different symbol directions...I thought about the tcl script that will iterate through all instances, check the type of node...
Hi, sorry for late reply - by working example, what do you mean? the example that can be run successfully in simulator, or just example of xschem .sch file? If...
Hello! I did it, hopes all will be ok. Attached file to this post, I added three classes to pins - magnetic, mech_trans and electrical. Also I think that subcircuit...
Wow, that is super fast and cool, I will try it out this evening! One question - globally, all grounds should be connected to 0, but to make this highlighting...
For simulator they are identical, because ngspice doesn't know about any domain, it is an abstraction that helps to work with different circuit variables like current-voltage, angular speed-torque, flux-mmf etc....
Hello! Is it possible to define aliases to 0 node, that will be replaced during netlist generation? I tried to use shorts with zero-voltage sources, but it affects the convergence...
The idea is to have different common nets for each domain to highlight accordingly (elec_ref, mech_ref, etc), but in netlist these nets must be replaced by the 0 reference. So,...
> Hello! Is it possible to define aliases to 0 node, that will be replaced during netlist generation? I tried to use shorts with zero-voltage sources, but it affects the...
Hello, yes I tried this, but it affects convergence of some circuits, and in random way, I can't find the pattern to predict that.