cphGetOccurStopList
cphGetOccurStopList(g_physConfigID t_path) =>t_stopList/ nil
Description
Returns the physical stop view list set explicitly for an occurrence of an instance in the physical configuration view associated with the given ID.
This function returns the stop list only if it is explicitly set on the occurrence. Use cphGetStopList with the optional t_path argument to get the effective stop list for an occurrence with no explicit setting.
Arguments
Value Returned
Example
This example returns the physical stop view list set explicitly on an occurrence I0/N0.
stopList=cphGetOccurStopList(physConfigID "I0/N0")
Related Topics
Return to top