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