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

axlDetachJobPolicy

axlDetachJobPolicy(
t_sessionName
t_jobType
t_testName
=> t / nil

Description

Detaches a job policy from the specified test.

After the job policy is detached, the test uses the default job policy specified for the given session.

Arguments

t_sessionName

Specifies the name of the session from which the job policy needs to be detached.

t_jobType

Specifies the type of the job policy to be detached.

Valid Values: "ICRP"

t_testName

Specifies the name of the test from which job policy is to be detached.

Value Returned

t

The parameter value is successfully updated.

nil

The parameter value is not updated.

Examples

Detaches the ICRP job policy from test AC in session session0.

axlDetachJobPolicy("session0" "ICRP" "AC")
=> t

Return to top
 ⠀
X