You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Many functions require a valid/initialized state or otherwise will crash. For example, any function that calls cktelement.GetCurrents should crash.
This happens both in official COM and C-API, so it's not urgent.
We need to select the proper places to check this. Checking ActiveCircuit.IsSolved might be enough for the general circuit, checking if cktelement.NodeRef is not null seems enough for individual circuit elements.