KiCad PCB EDA Suite
Loading...
Searching...
No Matches
common_data.h File Reference
#include <wx/arrstr.h>

Go to the source code of this file.

Functions

wxArrayString StandardRelativeDielectricConstantList ()
 
wxArrayString StandardLossTangentList ()
 
wxArrayString StandardResistivityList ()
 
wxArrayString StandardCableConductorList ()
 
wxArrayString StandardCableTempCoefList ()
 

Detailed Description

Note
lists of constants used in different panels

Definition in file common_data.h.

Function Documentation

◆ StandardCableConductorList()

wxArrayString StandardCableConductorList ( )
Returns
a list of resistivity constants (Er) of some conductors used to make cable cores

Definition at line 104 of file common_data.cpp.

Referenced by PANEL_CABLE_SIZE::OnConductorResistivity_Button().

◆ StandardCableTempCoefList()

wxArrayString StandardCableTempCoefList ( )
Returns
a list of temperature coefficient constants of some conductors used to make cable cores

Definition at line 120 of file common_data.cpp.

Referenced by PANEL_CABLE_SIZE::OnConductorThermCoefChange_Button().

◆ StandardLossTangentList()

wxArrayString StandardLossTangentList ( )
Returns
a list of loss tangent of some materials used to make PCBs

Definition at line 55 of file common_data.cpp.

Referenced by PANEL_TRANSLINE::OnTranslineTanD_Button().

◆ StandardRelativeDielectricConstantList()

wxArrayString StandardRelativeDielectricConstantList ( )
Returns
a list of dielectric constants (Er) of some materials used to make PCBs

Definition at line 28 of file common_data.cpp.

Referenced by PANEL_WAVELENGTH::OnButtonPermittivity(), PANEL_TRANSLINE::OnTranslineEpsilonR_Button(), and PANEL_VIA_SIZE::OnViaEpsilonR_Button().

◆ StandardResistivityList()

wxArrayString StandardResistivityList ( )
Returns
a list of resistivity constants (Er) of some conductors used to make PCBs

Definition at line 84 of file common_data.cpp.

Referenced by PANEL_TRANSLINE::OnTranslineRho_Button(), and PANEL_VIA_SIZE::OnViaRho_Button().