I cannot check at the moment but I think the keyword you need to search for is the LOT parameter (unless I am mixing it up with Pspice). Look for TOL, MATCH and DEVICE.
Keith
Very appreciate for the advice. I think LOT and DEV parameter may be of great use.
Here is the LOT definition in PSPICE Manual.
Here is the definition of LOT&DEV in HSPICE Manual.
LOT/n, DEV/n
(Monte Carlo) Which of ten random number generators numbered 0
through 9 are used to calculate parameter value deviations. This
correlates deviations between parameters in the same model as well
as between models. The generators for DEV and LOT tolerances are
distinct: Ten generators exist for both DEV tracking and LOT tracking.
N must be an integer 0 to 9.
They are similar and this is really close to what I want!
However, the last problem I have to solve is LOT&DEV provides limited number of random generaters...
How can I use these for defining a coefficient of correlation?
Thanks a lot indeed.