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

verifAddImage

verifAddImage(
g_sessionId 
t_fileName
)
=> t_name / nil

Description

Adds a file to the images directory of the Verifier cellview.

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.

Value Returned

t_name

Relative location of the file in the Verifier cellview.

nil

The file cannot be added or the operation is unsuccessful.

Examples

Opens a Verifier cellview and adds an image file to the current session.

uid = verifOpenCellView("test" "sample" "verifier")
=> 0

Adds file.png from the current directory to the session.

verifAddDocument(sess "file.png") 
=> "images/file.png"

Related Topics

verifAddDocument

verifDocumentExists

verifGetDocuments

verifGetImages

verifImageExists

verifRemoveDocument

verifRemoveImage


Return to top
 ⠀
X