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

verifMergeImportedFiles

verifMergeImportedFiles(
g_sessionId
l_files
[ ?interactive g_interactive ]
)
=> t / nil

Description

Merges the requirements from the Verifier session with the requirements from the imported files. If differences exist, the Compare and Merge form is displayed.

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 merged. If no files are specified, all imported files are merged.

?interactive g_interactive

g_interactive accepts one of the following values:

  • nil: Requirements are merged (default).
  • t: Displays the Compare and Merge form if there are differences.

Value Returned

t

Files are merged successfully.

nil

There are no imported files defined in the specified session.

Examples

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

list1 = list("./csv/111.csv")
verifMergeImportedFiles("0" list1)
=> t

Related Topics

verifCompareImportedFiles

verifExportJson

verifExportReqsToFile

verifGetImportedFiles

verifImportFile


Return to top
 ⠀
X