We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello. I am parsing some .sp files to check SubCircuit nodes, but I encountered what seems to be a positioning bug. Could someone help?
.subckt CELL vdd gnd i_source=0 icell vdd gnd i_source .ends ... x_J1 vdd_2 gnd_4 CELL i_source=2.3 x_J2 vdd_3 gnd_7 CELL i_source=4.3 x_J3 vdd_10 gnd_5 CELL i_source=6.5 x_J4 vdd_11 gnd_6 CELL i_source=9.1
'X_J1' = {SubCircuitElement} SubCircuitElement X_J1 node_names = {list: 2} ['vdd_2', 'gnd_4'] nodes = {list: 2} [Node vdd_2, Node gnd_4] subcircuit_name = {str} 'CELL' parameters = {dict: 1} {'i_source': 2.3}
Node 1 is node 2. Node 2 is param. Name is node 2.
'X_J1' = {SubCircuitElement} SubCircuitElement X_J1 * = {Pin} Pin None of X_J1 on node gnd_4 ALIAS = {str} 'X' PINS = {list: 1} [<PySpice.Spice.Netlist.PinDefinition object at 0x0000029C7F86F770>] PREFIX = {str} 'X' enabled = {bool} True name = {str} 'X_J1' node_names = {list: 2} ['gnd_4', '2.3'] nodes = {list: 2} [Node gnd_4, Node 2.3] parameters = {dict: 0} {} pins = {list: 2} [Pin None of X_J1 on node gnd_4, Pin None of X_J1 on node 2.3] raw_spice = {str} '' subcircuit_name = {str} 'vdd_2'
'X_J2' = {SubCircuitElement} SubCircuitElement X_J2 * = {Pin} Pin None of X_J2 on node gnd_7 ALIAS = {str} 'X' PINS = {list: 1} [<PySpice.Spice.Netlist.PinDefinition object at 0x0000029C7F86F770>] PREFIX = {str} 'X' enabled = {bool} True name = {str} 'X_J2' node_names = {list: 2} ['gnd_7', '4.3'] nodes = {list: 2} [Node gnd_7, Node 4.3] parameters = {dict: 0} {} pins = {list: 2} [Pin None of X_J2 on node gnd_7, Pin None of X_J2 on node 4.3] raw_spice = {str} '' subcircuit_name = {str} 'vdd_3'
The text was updated successfully, but these errors were encountered:
can you upload the sp files?
Sorry, something went wrong.
No branches or pull requests
Environment (Windows, Python 3.12, PySpice 1.5, None)
Hello. I am parsing some .sp files to check SubCircuit nodes, but I encountered what seems to be a positioning bug. Could someone help?
Expected Behaviour
Actual Behaviour
Node 1 is node 2. Node 2 is param. Name is node 2.
The text was updated successfully, but these errors were encountered: