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

axlAttachJobPolicy

axlAttachJobPolicy( 
t_sessionName
t_jobPolicyName
t_toolName
l_jobPolicyProperties 
[ t_testName ]
) 
=> t / nil

Description

Adds and attaches a job policy to the setup.

The fourth argument is a disembodied property list of job policy properties. The function overwrites properties of the named job policy if it already exists.

Arguments

t_sessionName

The session name

t_jobPolicyName

Job policy name.

t_toolName

Tool name.

Valid Values: "ICRP"

l_jobPolicyProperties

List of job policy property name-value pairs.

t_testName

Name of the test to which the job policy is attached.

Value Returned

t

The job policy is added and attached successfully.

nil

The job policy is added and attached unsuccessfully.

Examples

Defines a job policy, mypolicy, and attach it to a test Test1:

session0 = axlGetWindowSession(hiGetCurrentWindow())
axlAttachJobPolicy( "session0" "mypolicy" "ICRP" '( nil distributionmethod "LBS"
configuretimeout "300" maxjobs "5" name "default" runtimeout "3600" starttimeout "300" ) "Test1")
=> t

Related Topics

axlAddJobPolicy

Setting Up Job Policies


Return to top
 ⠀
X