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
|
Returns the job policy attached to the session name. If not specified, the default job policy for the current session is returned. |
||
|
Returns the policy associated with the distribution tool type. |
||
Value Returned
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
Return to top