asiGetAvailableMCOptions
asiGetAvailableMCOptions( ) =>l_list/nil
Description
Returns a list of Monte Carlo analysis options along with their description. The supported Monte Carlo analysis options are displayed in the <OptionName, Description> format.
Arguments
Value Returned
|
Returns a list of Monte Carlo analysis options supported by the application. |
|
|
Returns |
Examples
asiGetAvailableMCOptions()
<mcmethod, "Level of statistical variation to apply. Possible values are process, mismatch or all">
<mcnumpoints, "Number of Monte Carlo iterations to perform">
<samplingmode, "Method of statistical sampling to apply. Possible values are standard or lhs">
<mcnumbins, "Number of bins for lhs (latin-hypercube) method. The number is checked against numruns + firstrun - 1, and Max(numbins, numruns + firstrun -1 ) is used for the lhs.">
<saveprocess, "Whether or not to save scalar data for statistically varying process parameters which are subject to process variation. Possible values are no or yes">
<savemismatch, "Whether or not to save scalar data for statistically varying mismatch parameters which are subject to mismatch variation. Possible values are no or yes">
<donominal, "This parameter controls whether or not simulator runs a nominal run before starting the main Monte Carlo loop of iterations">
<saveallplots, " Whether or not to save data for family plots">
<montecarloseed, "Optional starting seed for random number generator">
<mcstartingrunnumber, "Starting iteration number">
<dutsummary, "Subcircuit instances to which mismatch variations must be applied. Mismatch variations will also be applied to all subcircuits instantiated under the selected instances.">
<ignoreflag, "If set, mismatch variations will not be applied to subcircuit instances selected in dut. Mismatch variations will also not be applied to all subcircuits instantiated under the selected instances.">
Return to top