This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{******************************************************************************* | |
* CSV2Functions - Altium Designer Script | |
* | |
* Purpose: Imports pin names and functions from a CSV file and applies them | |
* to the currently selected schematic component in a library. | |
* | |
* CSV Format Expected: | |
* - Column 1: Pin designator (e.g., "1", "A1", "B2") | |
* - Column 2: New pin name (e.g., "VCC", "GND", "DATA") | |
* - Column 3: Pin functions (e.g., "Power/Input", "Ground", "I/O") |