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