Open umesh-timalsina opened 3 years ago
It looks like it still generates the correct netlist when converting it back to a string.
Have you checked out the docs for the BehavioralCapacitor in PySpice? (It's not obvious to me that this is an issue.)
According to my understanding, capacitance of a BehaviorialCapacitor
can be defined by an expression rather than a fixed capacitance value. There's an issue in PySpice, which we it think we should track. Is BehaviorialCapacitor
a component category used for training? And will labeling a Capacitor
as BehaviorialCapacitor
make any difference?
While working on https://github.com/symbench/electric-circuits/issues/23, I found that the following netlist (Taken from the dataset repository), the capacitor elements are read as
BehaviorialCapacitor
. I am not sure how it effects the training process, but I am bringing this issue to light here @brollb.Example Netlist (
LT001_TA05.net
):Parsing this netlist using the
SpiceParser
in PySpice: