asiGetSupportedMCOptions
asiGetSupportedMCOptions(o_session) =>l_list/nil
Description
Returns a list of Monte Carlo analysis options supported by your simulator. Ensure that the option names returned by this method match with the option names returned by asiGetAvailableMCOptions.
Arguments
Value Returned
|
Returns a list of Monte Carlo options supported by your simulator. |
|
|
Returns |
Examples
defmethod( asiGetSupportedMCOptions ( session XYZ_session ) list("mcstartingrunnumber" "mcnumpoints" "saveallplots" "mcmethod" "samplingmode" "saveprocess" "savemismatch" "donominal" "montecarloseed" "dutsummary" "ignoreflag")
)
Related Topics
Return to top