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

techSetLPPacketName

techSetLPPacketName( 
d_layerPurposeID
t_packetName
) 
=> t / nil

Description

Updates the display packet assigned to the specified layer-purpose pair in the current technology database. ASCII technology file location: techDisplays subsection. The display packet must be defined in the display resource file before you can assign it.

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

Arguments

d_layerPurposeID

The database identifier of the layer-purpose pair.

t_packetName

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

Value Returned

t

The display packet was successfully assigned to the layer-purpose pair.

nil

The technology database, display packet, or layer-purpose pair does not exist.

Example

techSetLPPacketName(lpID "redsolid_S")
=> t

Assigns the display packet redsolid_S to the layer-purpose pair identified by lpID in the current technology database.


Return to top
 ⠀
X