SharpCircuit icon indicating copy to clipboard operation
SharpCircuit copied to clipboard

C# port of Paul Falstad's excellent circuit simulator applet.

Results 7 SharpCircuit issues
Sort by recently updated
recently updated
newest added

Nice job! But I am having some difficult to find a method for disconnect elements. How could I do it?

When creating a new circuit, if 2 leads are left unconnected they are analyzed as if they are connected. I know this project is old and hasnt been touched in...

Thans very much! This library is very strong and helpful for me. And when using this lib, I discover some problems. I expect the totally new version very much. Here...

I need to know resistance between to point to show it on a multimeter. I don't want to give temporary voltage because it can mess up the circuit. Also, it...

Error 1 Source file 'src\elements\gate\AndGateElm.cs' could not be found E:\SharpCircuit\SharpCircuits\CSC SharpCircuit Error 2 Source file 'src\elements\gate\NandGateElm.cs' could not be found E:\SharpCircuit\SharpCircuits\CSC SharpCircuit Error 3 Source file 'src\elements\gate\NorGateElm.cs' could not be...

When create circuit ,it's necessary to know circuit state. Especially tell user why fail to create circuit. Is the a method to do this ? Thx.