I'm trying to figure out how to do my first Monte Carlo analysis in LTspice. I have a very simple schematic that includes the SPICE model for PN 74LVC3G17DC (vendor link).
The distribution from the vendor includes 3 library files, 1 for fast/nominal/slow performance of the part. (There are also multiple netlist files for the performance of the different IC packages available).
I want to run a Monte Carlo where not only are my resistors/capacitors varying, but also the performance of the IC varies (as defined in the different libraries provided). Right now I have a spice .INCLUDE directive at the top level that defines which library to use; and then I run the simulation multiple times to compare. There has to be a better way... right?