Product Documentation
Cadence Application Infrastructure SKILL Reference
Product Version IC23.1, November 2023

gdmRemovename

gdmRemovename(
G_gdmSpec
[ g_version ]
[ g_name ]
)
=> t / nil

Description

Requests that GDM removes a name from the specified files.

If only the name argument is used, then the current files in the work area will have the name removed. If both version and name are used, then the specified version will have the name removed.

Arguments

G_gdmSpec

Displays the gdmSpec object that you want to remove a name from.

g_version

The version that you want to remove the name from. NULL is applied to all versions.

g_name

The name to be removed from the version.

Value Returned

t

The name is successfully removed.

nil

The command is not executed.

Examples

Remove spec from release10 version.

gdmRemovename ( spec "release10" )

Return to top
 ⠀
X