axlIsSimUsingStatParams
axlIsSimUsingStatParams( ) =>t/nil
Description
Returns t if statistical variables are being set or varied for a particular simulation run. For example, statistical parameters in a Monte Carlo run or a statistical corner for Improve Yield.
Arguments
Value Returned
Examples
The following example checks whether statistical variables are being set for the current simulation run:
axlIsSimUsingStatParams()
=> t
Return to top