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
Arguments
Value Returned
|
The name of the display packet assigned to the layer-purpose pair. |
|
|
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