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

axlWriteOceanScriptLCV

axlWriteOceanScriptLCV(
t_fileName
t_libraryName
t_cellName
t_viewName
=> t / nil

Description

Writes an OCEAN script for the given cellview in the specified file. If axlWriteOceanScriptLCV()is used in an existing session, it will write the current in-memory values and not the values saved on the disk.

If a file already exists with the same name, it is overwritten with the new one.

Arguments

t_fileName

Name of the OCEAN file in which you need to save the OCEAN script.

t_libraryName

Library name in the cellview

t_cellName

Cell name in the celliew

t_viewName

Name of the cellview

Value Returned

t

An OCEAN script is written for the given view.

nil

The function cannot write an OCEAN script.

Examples

The following example saves an OCEAN script for the opamplib:ampTest:adexl cellview in the oceanScript.ocn file:

axlWriteOceanScriptLCV("oceanScript.ocn" "opamplib" "ampTest" "adexl")
=> t

Related Topics

Working with OCEAN-Based Tests


Return to top
 ⠀
X