vpmExportPowerIntent
vpmExportPowerIntent(
x_session_id
t_file_1801
)
=> t / nil
Description
Exports the 1801 Design Model for a design. Ensure that the design has been extracted by using vpmExtractPowerIntent or the GUI options in Virtuoso Schematic Editor. This function requires a session ID, which is generated upon successful power intent extraction for the design.
Arguments
|
The ID of the window for which you want to export the power intent. |
|
Value Returned
Example
vpmImportPowerIntentSetup( "test_pg" "pass_gate_SC" "schematic" "lpSetup.il")
session = (vpmExtractPowerIntent "test_pg" "pass_gate_SC" "schematic")
vpmExportPowerIntent (session "designmodel.upf")
Related Topic
Return to top