KiCad PCB EDA Suite
Loading...
Searching...
No Matches
VIA_STACK_PRESET Struct Reference

A named microvia stack definition, chosen while routing instead of entering the values each time. More...

#include <board_design_settings.h>

Public Member Functions

bool operator== (const VIA_STACK_PRESET &aOther) const =default
 

Public Attributes

wxString m_Name
 
PCB_LAYER_ID m_StartLayer = F_Cu
 
PCB_LAYER_ID m_EndLayer = In1_Cu
 
bool m_Staggered = false
 
int m_ViaSize = 0
 
int m_ViaDrill = 0
 
bool m_UseNetclass = false
 
bool m_Filled = true
 
bool m_Capped = false
 
int m_Pitch = 0
 

Detailed Description

A named microvia stack definition, chosen while routing instead of entering the values each time.

See PCB_VIA_STACK.

Definition at line 165 of file board_design_settings.h.

Member Function Documentation

◆ operator==()

bool VIA_STACK_PRESET::operator== ( const VIA_STACK_PRESET & aOther) const
default

Member Data Documentation

◆ m_Capped

◆ m_EndLayer

◆ m_Filled

◆ m_Name

◆ m_Pitch

◆ m_Staggered

◆ m_StartLayer

◆ m_UseNetclass

◆ m_ViaDrill

◆ m_ViaSize


The documentation for this struct was generated from the following file: