Product Documentation
Virtuoso Technology Data SKILL Reference
Product Version IC23.1, June 2023

techGetLPPacketName

techGetLPPacketName( 
d_layerPurposeID
) 
=> t_packetName / nil

Description

Returns the name of the display packet defined for the specified layer-purpose pair in the current technology database. ASCII technology file location: techDisplays subsection of the ASCII technology file associated with the layer-purpose pair.

For more information about the techDisplays subsection of the technology file, see techDisplays in Virtuoso Technology Data ASCII Files Reference.

Arguments

d_layerPurposeID

The database identifier of the layer-purpose pair.

Value Returned

t_packetName

The name of the display packet assigned to the layer-purpose pair.

nil

The database identifier for the layer-purpose pair does not exist.

Example

techGetLPPacketName(lpID) 
=> "redSolid_S"

Returns redSolid_S, the name of the display packet assigned to the layer-purpose pair identified by lpID.


Return to top
 ⠀
X