cphSetOccurStopList
cphSetOccurStopList(
g_physConfigID
t_path
t_stopList
)
=> t / nil
Description
Sets an inherited physical stop view list for a specific occurrence of an instance in the physical configuration associated with the given ID.
Arguments
|
Separate each name with a space and enclose the list in quotation marks. |
Value Returned
|
The inherited stop list was set for the specified occurrence. |
|
|
The inherited stop list was not set for the specified occurrence |
Example
cphSetOccurStopList(physConfigID "I0/N0" "layout layoutY")
Return to top