Skip to content

Instantly share code, notes, and snippets.

@FloHomi
FloHomi / CSV2Functions.pas
Last active August 13, 2025 08:29 — forked from ravngr/CSV2Functions.pas
This is an Altium DelphiScript that creates pin functions from a CSV file.
{*******************************************************************************
* 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")