KiCad PCB EDA Suite
|
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 |
A helper class to manage a dielectric layer set of parameters.
Definition at line 66 of file board_stackup.h.
|
inline |
Definition at line 69 of file board_stackup.h.
|
inline |
Definition at line 75 of file board_stackup.h.
References operator==().
bool DIELECTRIC_PRMS::operator== | ( | const DIELECTRIC_PRMS & | aOther | ) | const |
Definition at line 36 of file board_stackup.cpp.
References m_Color, m_EpsilonR, m_LossTangent, m_Material, m_Thickness, and m_ThicknessLocked.
Referenced by operator!=().
|
friend |
Definition at line 78 of file board_stackup.h.
|
private |
For dielectric (and solder mask) the dielectric loss.
Definition at line 86 of file board_stackup.h.
Referenced by operator==().
|
private |
true for dielectric layers with a fixed thickness (for impedance controlled purposes), unused for other layers
Definition at line 84 of file board_stackup.h.
Referenced by operator==().
|
private |
For dielectric (and solder mask) the dielectric constant.
Definition at line 85 of file board_stackup.h.
Referenced by operator==().
|
private |
Definition at line 80 of file board_stackup.h.
Referenced by operator==().
|
private |
type of material (for dielectric and solder mask)
Definition at line 81 of file board_stackup.h.
Referenced by operator==().
|
private |
the physical layer thickness in internal units
Definition at line 82 of file board_stackup.h.
Referenced by operator==().