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

pteDeleteLayerSet

pteDeleteLayerSet(
t_layerSetName
t_layerSetRepositoryPath
)
=> t / nil

Description

Deletes the specified layer set and the corresponding layer set file.

Arguments

t_layerSetName

Name of the layer set.

t_layerSetRepositoryPath

Path to the layer set repository.

Value Returned

t

The layer set and the corresponding layer set file were deleted.

nil

The command was unsuccessful.

Examples

pteDeleteLayerSet("metal" ".cadence")
pteDeleteLayerSet("metal" "/share/.cadence")

Return to top
 ⠀
X