Product Documentation
Virtuoso Visualization and Analysis XL SKILL Reference
Product Version IC23.1, November 2023

awvLoadEyeMask

awvLoadEyeMask(
[ ?fileName t_fileName ]
)
=> t / nil

Description

Loads the eye mask saved in the specified VCSV file and adds it to the eye mask list in the Eye Diagram assistant. The loaded eye mask is displayed in the Mask drop-down list in the Eye Mask tab of the Eye Diagram assistant.

Arguments

?fileName t_fileName

Path to the VCSV file from which you want to load the eye mask.

Value Returned

t

The eye mask is loaded successfully.

nil

The eye mask cannot be loaded because of an error.

Examples

The following example loads the eye mask saved in the eyeMask.vscv file.

awvLoadEyeMask(?fileName "/servers/user/design/eyeMask.vcsv")
=> t

Return to top
 ⠀
X