common module#

Common constants and utilities for JITX Standard Library symbols

This module provides shared constants that can be used across all symbol types to ensure consistency in appearance and behavior.

DEF_LINE_WIDTH = 0.15#

Default line width for symbol artwork

DEF_PIN_LENGTH = 2#

Default pin length for symbol pins

DEF_SHORT_PIN_LENGTH = 1#

Short pin length for compact symbols

DEF_LONG_PIN_LENGTH = 4#

Long pin length for complex symbols

DEF_PAD_NAME_SIZE = 0.65#

Default text size for pad names

DEF_PIN_NAME_SIZE = 0.65#

Default text size for pin names

DEF_FILLED = True#

Default fill state for symbol bodies