cphGetOccurPhysicalCell
cphGetOccurPhysicalCell(g_physConfigID t_path) =>t_physCell/ nil
Description
Returns the physical cell binding for an occurrence of an instance in the physical configuration associated with the given ID.
This function returns a physical cell name only if it is explicitly set on the occurrence. Use
cphGetPhysicalCell to get the effective physical cell for an occurrence with no explicit setting.Arguments
Value Returned
Example
This example returns the physical cell name set explicitly for an occurrence I0/N0.
physCell=cphGetOccurPhysicalCell(physConfigID "I0/N0")
Related Topics
Return to top