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