KiCad PCB EDA Suite
Loading...
Searching...
No Matches
panel_cable_size.cpp File Reference
#include <wx/choicdlg.h>
#include <common_data.h>
#include <calculator_panels/panel_cable_size.h>
#include <pcb_calculator_settings.h>
#include <string_utils.h>
#include <widgets/unit_selector.h>
#include <wx/log.h>

Go to the source code of this file.

Macros

#define VACCUM_PERMEABILITY   1.256637e-6
 
#define RELATIVE_PERMEABILITY   1
 
#define AMP_DENSITY_BY_MM2   3.0
 

Functions

double DoubleFromString (const wxString &TextValue)
 

Macro Definition Documentation

◆ AMP_DENSITY_BY_MM2

#define AMP_DENSITY_BY_MM2   3.0

Definition at line 33 of file panel_cable_size.cpp.

◆ RELATIVE_PERMEABILITY

#define RELATIVE_PERMEABILITY   1

Definition at line 30 of file panel_cable_size.cpp.

◆ VACCUM_PERMEABILITY

#define VACCUM_PERMEABILITY   1.256637e-6

Definition at line 29 of file panel_cable_size.cpp.

Function Documentation

◆ DoubleFromString()