cphSetViewList
cphSetViewList(
g_physConfigID
t_switchList
)
=> t / nil
Description
Sets the logical switch view list for the physical configuration view associated with the specified ID. The list specifies the view names used to descend into a hierarchical design to find schematic views.
Arguments
|
List of logical view names used to descend into a hierarchical design. Separate each name with a space and enclose the list in quotation marks. |
Value Returned
Example
cphSetViewList(physConfigID "schematic symbol")
Return to top