You can use the following SKILL functions to set up, check, and report the settings of a lockless MPT flow:
- mptSetFlow: To set up a lockless MPT flow. Use the function as follows:
mptSetFlow("Lockless") - mptCheckFlow: To check if the lockless MPT flow has been set up. Use the function as follows:
mptCheckFlow("Lockless")
INFO: Flow 'Lockless' is properly set.
t
- mptReportCurrentSettings: To display a report of the MPT flow settings. Use the function as follows:
mptReportCurrentSettings(geGetEditCellView())
This function displays the settings of the MPT flow in a *.rpt file.
Related Topics
