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