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

axlGetScript

axlGetScript( 
x_element 
t_scriptName 
) 
=> x_script / nil 

Description

Finds a script by name and returns a handle to it.

Arguments

x_element

Setup database element handle.

t_scriptName

Script name

Value Returned

x_script

The script handle is returned.

nil

The script handle is not returned.

Examples

Finds the script myScript.nam and returns its handle 1045.

axlGetScript(1021 "myScript.nam")
=> 1045

Return to top
 ⠀
X