Sharing a text File between Ltspice and python.

Thread Starter

santlal

Joined Jan 14, 2020
22
I want to read a voltage pattern, written in an abcd.txt file, using "pwl" we use it as a voltage source to a node ( say n1) in ltspice to see an output of a node ( say n2) in simulation. Again, I need to write another pattern in the same abcd.txt file, read it with pwl and observe output at node2.

Suppose, we repeat this 1000 times. How do I go about it?
 
Top