SiteDef Attributes
|
Attribute
|
Modify
|
Type
|
Description
|
|
height
|
no
|
float
|
Height of the siteDef.
|
|
name
|
no
|
string
|
Name of the siteDef.
|
|
symmetricInX
|
yes
|
boolean
|
Indicates the symmetry in the X direction. t allows the instance to be placed as R0 or MX.
|
|
symmetricInY
|
yes
|
boolean
|
Indicates the symmetry in the Y direction. t allows the instance to be placed as R0 or MY.
|
|
symmetricInR90
|
yes
|
boolean
|
Indicates the 90 degree rotation. t allows the instance to be placed at a 90 degrees.
|
|
techfile
|
no
|
objId
|
Technology file ID that is associated with the siteDef.
|
|
type
|
no
|
string
|
Type of siteDef.
|
|
width
|
no
|
float
|
Width of the siteDef.
|
libFileID = ddGetObj("myLibName")
techFileID = techGetTechFile(libFileID)
techFileID~> siteDefs>??
Related Topics
Technology File Attributes
Return to top