Product Documentation
Virtuoso Power Manager User Guide
Product Version IC23.1, June 2023

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

x_session_id

The ID of the window for which you want to export the power intent.

t_file_1801

The name of the file for exporting the power intent.

Value Returned

t

Returns t if the power intent is successfully exported.

nil

Returns nil otherwise.

Example

vpmImportPowerIntentSetup( "test_pg" "pass_gate_SC" "schematic" "lpSetup.il")
session = (vpmExtractPowerIntent "test_pg" "pass_gate_SC" "schematic")
vpmExportPowerIntent (session "designmodel.upf") 

Related Topic

Exporting 1801 Design Model


Return to top
 ⠀
X