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