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

asiOpenOceanScript

asiOpenOceanScript(
t_fileName
)
=> g_fptr

Description

Opens the specified file for writing the OCEAN script. If the file exists, it asks for your permission to overwrite it.

Arguments

t_fileName

Name of the file or directory to be opened.

Value Returned

g_fptr

Returns the file pointer.

Examples

Opens the file oceanScript.

asiOpenOceanScript("/usr/mnt3/user/simulation/ckt/spectre/schematic/netlist/oceanScript")

Return to top
 ⠀
X