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

lxCheckAndUpdateRemove

lxCheckAndUpdateRemove(
t_appName
[ g_path ]
)
=> t / nil

Description

Removes the specified application or test from the application readiness checks.

Arguments

t_appName

Name of the application to remove from checks and updates.

g_path

Path from where to remove checks and updates.

If the path is not nil, all checks and updates for the specified application are removed from below the path.

If the path is nil, the specified application is removed.

The default is nil.

Value Returned

t

The specified application or test is removed from the Check and Update tests run from the application readiness checks.

nil

The operation failed.

Examples

The Design Planner application is removed and will not be available to run from the Application Readiness Checker form or the lxCheckAndUpdate SKILL function.

lxCheckAndUpdateRemove("Design Planner")

The Signal type check and update is removed from the Schematic v Layout application.

lxCheckAndUpdateRemove("Schematic v Layout" list("Signal type"))

Return to top
 ⠀
X