Closed umesh-timalsina closed 3 years ago
This will be nice to merge as it will make testing recommendation models (like https://github.com/symbench/electric-circuits/pull/120) easier. What is blocking it currently? Would it be possible to move the remaining tasks to a separate issue/PR?
Sure. I will finish this up today. :)
Currently getting SPICE
nodes from the plugin instead of GME
Pin ids:
"[
[
[
{
"type": "Voltage",
"pins": [
"N0007",
"N0006"
]
}
],
0.5
],
[
[
{
"type": "Resistor",
"pins": [
"N0007",
"N0006"
]
}
],
0.5
]
]"
Now that the recommended components are added to the circuit graph based on variable opacity, I think a workflow for this addition should be like:
webGME
, let the visualizer control create nodes and assign wires.webGME
handle the removal of nodes.