sharpie7 / circuitjs1

Electronic Circuit Simulator in the Browser
GNU General Public License v2.0
2.23k stars 622 forks source link

Feature request: identifying objects #815

Closed MikePryadko closed 1 year ago

MikePryadko commented 1 year ago

I open scheme from examples and trying to understand what is what - it's veeeeery hard. How should I guess what is it? image

leonllrmc commented 1 year ago

I think it's a node that you can read the voltage from using the javascript API ( CircuitJS1.getNodeVoltage("NODENAME" ), which returns a float (ex: 3.3))

P.S: sorry for the code poor fornating

MikePryadko commented 1 year ago

I think it's a node that you can read the voltage

I’d like to have a tool/way for clear object identification, without guessing.