askiff.common_pcb.LayerFunction

class askiff.common_pcb.LayerFunction

Bases: str, askiff._auto_serde.AutoSerdeEnum

Inheritance diagram of askiff.common_pcb.LayerFunction

Layer function types used in PCB design. Represents the functional purpose of a PCB layer.

AUX = 'user'
AUX_B = 'back'
AUX_F = 'front'
JUMPER = 'jumper'
MIXED = 'mixed'
POWER = 'power'
SIGNAL = 'signal'

Last update: 2026-05-05