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

axlSetScriptPath

axlSetScriptPath( 
x_script 
t_path 
) 
=> t / nil 

Description

Sets the path of a script.

Arguments

x_script

The handle to the script for which the path is to be set.

t_path

Specifies the path to be set for the given script.

Value Returned

t

The path for the script is set successfully.

nil

The path is not set for the script.

Examples

Sets the path for the given script.

axlSetScriptPath 1045 "myData/myScripts"
=> t

Return to top
 ⠀
X