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

axlPutScript

axlPutScript( 
x_element 
t_scriptName 
t_path 
) 
=> x_script / nil 

Description

Inserts or finds a script by name, sets its path, and returns a handle to that script.

Arguments

x_element

Setup database element handle

t_scriptName

Script name

t_path

Path to be set for the script.

Value Returned

x_script

The handle to the script.

nil

Indicates an error.

Examples

Inserts or locates a script with handle 1104, assigning scriptname and /path/to/script/file as its name and path, and returning the script's handle.

axlPutScript (1004 "scriptname" "/path/to/script/file")
=> 1005

Return to top
 ⠀
X