A helper class to manage a dielectric layer set of parameters.
More...
#include <board_stackup.h>
A helper class to manage a dielectric layer set of parameters.
Definition at line 64 of file board_stackup.h.
◆ DIELECTRIC_PRMS()
DIELECTRIC_PRMS::DIELECTRIC_PRMS |
( |
| ) |
|
|
inline |
Definition at line 67 of file board_stackup.h.
67 :
70 {}
double m_EpsilonR
true for dielectric layers with a fixed thickness (for impedance controlled purposes),...
int m_Thickness
type of material (for dielectric and solder mask)
bool m_ThicknessLocked
the physical layer thickness in internal units
double m_LossTangent
For dielectric (and solder mask) the dielectric constant.
◆ BOARD_STACKUP_ITEM
◆ m_Color
wxString DIELECTRIC_PRMS::m_Color |
|
private |
For dielectric (and solder mask) the dielectric loss.
Definition at line 81 of file board_stackup.h.
◆ 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 79 of file board_stackup.h.
◆ m_LossTangent
double DIELECTRIC_PRMS::m_LossTangent |
|
private |
For dielectric (and solder mask) the dielectric constant.
Definition at line 80 of file board_stackup.h.
◆ m_Material
wxString DIELECTRIC_PRMS::m_Material |
|
private |
◆ m_Thickness
int DIELECTRIC_PRMS::m_Thickness |
|
private |
type of material (for dielectric and solder mask)
Definition at line 76 of file board_stackup.h.
◆ m_ThicknessLocked
bool DIELECTRIC_PRMS::m_ThicknessLocked |
|
private |
the physical layer thickness in internal units
Definition at line 77 of file board_stackup.h.
The documentation for this class was generated from the following file: