I am using a PyLTSpice
library to automate LTspice simulations. In LTspice, I can identify my desired points on the waveforms and calculate dv/dt off, dv/dt on, and other time-domain features. However, when I read the waveform data using the Python script, the data is compressed and has much lower resolution than the simulation file. I also tried exporting the data as text directly from LTspice, but the resolution remains low. Is there any know any workaround for this issue?