vpmRemoveImportedPowerIntent
vpmRemoveImportedPowerIntent(t_libName t_cellName t_viewName) =>t_viewlist/ nil
Description
Removes the entire power intent information that was imported for a cellview. This function also removes the netSet properties, tie connections, supply pins, and so on.
This function is used only when the Schematic XL license is checked out. Therefore, it first verifies whether the license is already checked out and if it is not, it tries to check out the license. The function also releases the license before exiting.
The view list specified by t_viewlist is used for processing the removal of imported objects for the view type instantiated in the top cellview.
Argument
Value Returned
|
Returns the list of the view names to be processed for removing the power intent information. |
|
Examples
vpmRemoveImportedPowerIntent( "test_pg" "pass_gate_SC" "schematic" "schematic" "symbol")
Related Topic
Removing Imported Power Intent
Return to top