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
|
Name of the OCEAN file in which you need to save the OCEAN script. |
|
Value Returned
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
Return to top