dbGetPinGroupGuideMinPinWidth
dbGetPinGroupGuideMinPinWidth(
d_pinGroupGuide
tx_layer
)
=> n_value / nil
Description
This function returns the value of the minWidth constraint set on the specified pin group guide.
Arguments
|
d_pinGroupGuide
|
The ID of the pin group guide from which the value of the minWidth constraint is to be retrieved.
|
|
tx_layer
|
The layer name or number in the pin group from which the value of the minWidth constraint is to be retrieved.
|
Value Returned
|
n_value
|
Returns the value of the minWidth constraint if it is set on the specified pin group guide.
|
|
nil
|
Returns nil if the minWidth constraint is not set on the specified pin group guide.
|
Example
dbGetPinGroupGuideMinPinWidth(epg 0) => 3
Return to top