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

verifCompareImportedFiles

verifCompareImportedFiles(
g_sessionId
l_files
)
=> t / nil

Description

Compares the requirements from the Verifier session with the requirements from the imported files.

Arguments

g_sessionId

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

l_files

The list of files to be compared. If no files are specified, all imported files are compared.

Value Returned

t

The comparison is successful and the differences are displayed.

nil

There specified imported files do not exist in the Verifier session or the command is unsuccessful.

Examples

The following example opens a Verifier cellview and compares the requirements in the session with the requirements imported from a CSV file:

sessionId = verifOpenCellView("test" "setup" "verifier")
=> 0
verifCompareImportedFile(sessionId "test.csv" ?fileType "CSV" ?headerRows 1
?ignoreInvalidRows t)
=> t

Related Topics

verifExportJson

verifExportReqsToFile

verifGetImportedFiles

verifImportFile

verifMergeImportedFiles


Return to top
 ⠀
X