Skip to content

Instantly share code, notes, and snippets.

@3bagorion33
3bagorion33 / CSV2Functions.pas
Created December 4, 2025 12:29 — forked from FloHomi/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")