pin_point
Compute the absolute page coordinates of a symbol pin from measured geometry, so wires connect to the exact location.
Instructions
Absolute page coordinate (inches) of a symbol pin, based on measured geometry. Example: pin_point('NMOS1', 4.3, 6.0, 'gate') -> [4.049, 6.0]. Use the result as the endpoint of draw_wire so wires land on pins.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | ||
| y | Yes | ||
| pin | Yes | ||
| angle | No | ||
| flip_x | No | ||
| master | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||