import ltspice filepath = 'Your ltspice output file (.raw)' l = ltspice. ... V_source = l.get_data('V(source)') V_cap = l.get_data('V(cap)') plt.plot(time, ...
確定! 回上一頁