Product Documentation
Virtuoso ADE Verifier SKILL Reference
Product Version IC23.1, November 2023

verifExportMapping

verifExportMapping(
g_sessionId
t_fileName
[ S_type ]
[ g_confirmOverwrite ]
)
=> t / nil

Description

Export the mapping to either a CSV or Excel file.

Arguments

g_sessionId

Integer, string number, or window specifying the Verifier session ID. For example, 0, "0", or window(2).

t_fileName

The name of the file to export the mapping to.

S_type

Symbol or string to identify the export type. The supported types are "Excel" or "CSV". The default value is "CSV". The string name is case insensitive.

g_confirmOverwrite

If t and the file already exists, will ask for confirmation to overwrite it, otherwise will just go ahead and overwrite it.

Value Returned

t

Exported the mapping.

nil

Failed to export the mapping.

Examples

Opens a Verifier cellview and exports the mapping information of all implementations to the specified file format.

sess = verifOpenCellView("test" "sample" "verifier")
=> 1
verifExportMapping(sess "mapping.csv")
=> t
verifExportMapping(sess "mapping.xlsx" "Excel" t)
=> t

Related Topics

verifGetImpMapping

verifGetReqMapping

verifImportMapping

verifMapping

Requirement-to-Implementation Mapping Functions


Return to top
 ⠀
X