KiCad PCB EDA Suite
Loading...
Searching...
No Matches
DIELECTRIC_PRMS Class Reference

A helper class to manage a dielectric layer set of parameters. More...

#include <board_stackup.h>

Public Member Functions

 DIELECTRIC_PRMS ()
 
bool operator== (const DIELECTRIC_PRMS &aOther) const
 
bool operator!= (const DIELECTRIC_PRMS &aOther) const
 

Private Attributes

wxString m_Material
 
int m_Thickness
 type of material (for dielectric and solder mask)
 
bool m_ThicknessLocked
 the physical layer thickness in internal units
 
double m_EpsilonR
 true for dielectric layers with a fixed thickness (for impedance controlled purposes), unused for other layers
 
double m_LossTangent
 For dielectric (and solder mask) the dielectric constant.
 
wxString m_Color
 For dielectric (and solder mask) the dielectric loss.
 

Friends

class BOARD_STACKUP_ITEM
 

Detailed Description

A helper class to manage a dielectric layer set of parameters.

Definition at line 65 of file board_stackup.h.

Constructor & Destructor Documentation

◆ DIELECTRIC_PRMS()

DIELECTRIC_PRMS::DIELECTRIC_PRMS ( )
inline

Definition at line 68 of file board_stackup.h.

Member Function Documentation

◆ operator!=()

bool DIELECTRIC_PRMS::operator!= ( const DIELECTRIC_PRMS aOther) const
inline

Definition at line 74 of file board_stackup.h.

References operator==().

◆ operator==()

bool DIELECTRIC_PRMS::operator== ( const DIELECTRIC_PRMS aOther) const

Definition at line 35 of file board_stackup.cpp.

References m_Color, m_EpsilonR, m_LossTangent, m_Material, m_Thickness, and m_ThicknessLocked.

Referenced by operator!=().

Friends And Related Function Documentation

◆ BOARD_STACKUP_ITEM

friend class BOARD_STACKUP_ITEM
friend

Definition at line 77 of file board_stackup.h.

Member Data Documentation

◆ m_Color

wxString DIELECTRIC_PRMS::m_Color
private

For dielectric (and solder mask) the dielectric loss.

Definition at line 85 of file board_stackup.h.

Referenced by operator==().

◆ m_EpsilonR

double DIELECTRIC_PRMS::m_EpsilonR
private

true for dielectric layers with a fixed thickness (for impedance controlled purposes), unused for other layers

Definition at line 83 of file board_stackup.h.

Referenced by operator==().

◆ m_LossTangent

double DIELECTRIC_PRMS::m_LossTangent
private

For dielectric (and solder mask) the dielectric constant.

Definition at line 84 of file board_stackup.h.

Referenced by operator==().

◆ m_Material

wxString DIELECTRIC_PRMS::m_Material
private

Definition at line 79 of file board_stackup.h.

Referenced by operator==().

◆ m_Thickness

int DIELECTRIC_PRMS::m_Thickness
private

type of material (for dielectric and solder mask)

Definition at line 80 of file board_stackup.h.

Referenced by operator==().

◆ m_ThicknessLocked

bool DIELECTRIC_PRMS::m_ThicknessLocked
private

the physical layer thickness in internal units

Definition at line 81 of file board_stackup.h.

Referenced by operator==().


The documentation for this class was generated from the following files: