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

axlSaveJobPolicy

axlSaveJobPolicy( 
t_policyName
[t_targetDirectory]
) 
=> t / nil

Description

Saves the policy given by the t_policyName argument.

Arguments

t_policyName

Job policy name.

t_targetDirectory

Directory in which the policy name will be saved.

If you have specified a path, the tool saves the policy in the jobpolicy directory in that path. If the jobpolicy directory is not found, it given an error.

Value Returned

t

The job policy specified through the t_policyName argument is saved.

nil

Indicates an error in case the directory does not exist or you do not have write permission.

Examples

Save the specified job policy:

axlSaveJobPolicy("mypolicy" "../../policies/")
=> t

Return to top
 ⠀
X