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

axlGetAttachedJobPolicy

axlGetAttachedJobPolicy( 
[ t_sessionName ]
[ t_toolType ]
[ t_testName ]
) 
=> l_jobPolicyProperties / nil

Description

Returns the current job policy attached to the setup or to the given test.

If the specified job control mode for the session is LSCS, use the maeGetJobPolicy function to retrieve the attached job policy.

Arguments

t_sessionName

Returns the job policy attached to the session name.

If not specified, the default job policy for the current session is returned.

t_toolType

Returns the policy associated with the distribution tool type.

Valid Value: ICRP

Default Value: ICRP

t_testName

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

Value Returned

l_jobPolicyProperties

Disembodied property list (DPL) of the properties for the current attached job policies is returned.

nil

The disembodied property list (DPL) is not returned for the properties of the current attached job policies.

Examples

Returns the job policy attached to the current session:

axlGetAttachedJobPolicy()
=> (nil blockemail "1" configuretimeout "300" distributionmethod "Local"
lingertimeout "300" maxjobs "1" name "Maestro Default" preemptivestart "1"
runtimeout "-1" showerrorwhenretrying "1" showoutputlogerror "0"
startmaxjobsimmed "1" starttimeout "300")

Returns the job policy attached to test AC in the current session:

;;
axlGetAttachedJobPolicy(axlGetWindowSession() "ICRP" "AC")
=>(nil blockemail "1" configuretimeout "200" distributionmethod "LBS" lingertimeout "300" maxjobs "5" name "mypolicy" preemptivestart "1"
reconfigureimmediately "1" runtimeout "3600" showerrorwhenretrying
"1" showoutputlogerror "0" startmaxjobsimmed "1" starttimeout "300" )

Related Topics

axlAddJobPolicy

maeGetJobPolicy


Return to top
 ⠀
X