ctDeleteCellFromCompTypeGroup
ctDeleteCellFromCompTypeGroup(
g_physConfigID
t_physLib
t_physCell
)
=> t / nil
Description
Removes a specified physical cell from its current component type group in the physical configuration associated with the given ID.
Arguments
Value Returned
|
The physical cell was unassigned from the specified component type group. |
|
Example
ctDeleteCellFromCompTypeGroup(physConfigID "cph" "spnnmos")
Return to top