The example below reads the data from a Spice Simulation called "TRAN - STEP.raw" and displays all steps of the "I(R1)" trace in a matplotlib plot fromPyLTSpiceimportRawReadfrommatplotlibimportpyplotaspltLTR=RawRead("./testfiles/TRAN - STEP.raw")print(LTR.get_trace_names())print(LTR....
Firstly, open the DC simulation file and go to <file> at the top left and using <save as> resave the file under a new name (such as AC simulation). Check the location is correct and that it is saved in the folder you decided on at the start of the tutorial. ...