pycircuit icon indicating copy to clipboard operation
pycircuit copied to clipboard

Circuit analysis environment for Python

Results 9 pycircuit issues
Sort by recently updated
recently updated
newest added

Hi all, don't have an access to docs on pycircuit.org. Vadim

This test fails for me running python 2.7 and sympy 0.7.1 The use of vars is probably a bad idea as it puts symbols into the global namespace. Some of...

Opening a large (700M) transient results file loads the complete file into memory, which is slow and uses lots of memory. Would it be possible load the trace names and...

When reading a waveform family the sweep values comes in a random order because the runs are stored in a dictionary.

Waveform.value should handle waveforms with one element only

It would be nice with a method that index a waveform with axis names like: w.index(v1=[2,3], v2=2)

Waveform operation between waveforms with different dimensions should be possible. Example w1 is a 3x4x5 waveform w2 is 3x4 waveform w1-w2 should produce a 3x4x5 result

The plot methods of the Waveform class should be more flexible when it comes to plot label choice. There should always be an option to use the ylabel of the...