KiCad PCB EDA Suite
Loading...
Searching...
No Matches
TRANSLINE_CALCULATIONS Namespace Reference

Variables

constexpr double MU0 = 12.566370614e-7
 
constexpr double E0 = 8.854e-12
 
constexpr double C0 = 299792458.0
 
constexpr double ZF0 = 376.730313668
 
const double LOG2DB = 20.0 / log( 10.0 )
 
constexpr double UNIT_KM = 1e3
 
constexpr double UNIT_M = 1
 
constexpr double UNIT_CM = 1e-2
 
constexpr double UNIT_MM = 1e-3
 
constexpr double UNIT_MICRON = 1e-6
 
constexpr double UNIT_INCH = ( 1e-2 * 2.54 )
 
constexpr double UNIT_MIL = ( 1e-5 * 2.54 )
 
constexpr double UNIT_FEET = 0.3048
 
constexpr double UNIT_OZSQFT = ( 34.40 * UNIT_MICRON )
 
constexpr double UNIT_GHZ = 1e9
 
constexpr double UNIT_MHZ = 1e6
 
constexpr double UNIT_KHZ = 1e3
 
constexpr double UNIT_DEGREE = M_PI / 180.0
 
constexpr double UNIT_RADIAN = 1.0
 
constexpr double UNIT_OHM = 1.0
 
constexpr double UNIT_KOHM = 1e3
 
constexpr double UNIT_OHM_PER_METER = 1.0
 
constexpr double UNIT_OHM_PER_KILOMETER = 1e-3
 
constexpr double UNIT_OHM_PER_FEET = 3.28084
 
constexpr double UNIT_OHM_PER_1000FEET = 3.28084e-3
 
constexpr double UNIT_KILOVOLT = 1e-3
 
constexpr double UNIT_VOLT = 1.0
 
constexpr double UNIT_MILLIVOLT = 1e+3
 
constexpr double UNIT_MEGAWATT = 1e-6
 
constexpr double UNIT_KILOWATT = 1e-3
 
constexpr double UNIT_WATT = 1.0
 
constexpr double UNIT_MILLIWATT = 1e+3
 
constexpr double UNIT_METER_PER_SECOND = 1.0
 
constexpr double UNIT_KILOMETER_PER_HOUR = ( 1 / 3.6 )
 
constexpr double UNIT_FEET_PER_SECOND = 0.3048
 
constexpr double UNIT_MILES_PER_HOUR = 1609.34
 
constexpr double UNIT_SECOND = 1.0
 
constexpr double UNIT_MSECOND = 1e-3
 
constexpr double UNIT_USECOND = 1e-6
 
constexpr double UNIT_NSECOND = 1e-9
 
constexpr double UNIT_PSECOND = 1e-12
 

Variable Documentation

◆ C0

◆ E0

double TRANSLINE_CALCULATIONS::E0 = 8.854e-12
constexpr

◆ LOG2DB

const double TRANSLINE_CALCULATIONS::LOG2DB = 20.0 / log( 10.0 )

Definition at line 68 of file common/transline_calculations/units.h.

Referenced by STRIPLINE::Analyse().

◆ MU0

double TRANSLINE_CALCULATIONS::MU0 = 12.566370614e-7
constexpr

◆ UNIT_CM

double TRANSLINE_CALCULATIONS::UNIT_CM = 1e-2
constexpr

Definition at line 28 of file common/transline_calculations/units_scales.h.

◆ UNIT_DEGREE

double TRANSLINE_CALCULATIONS::UNIT_DEGREE = M_PI / 180.0
constexpr

Definition at line 40 of file common/transline_calculations/units_scales.h.

◆ UNIT_FEET

double TRANSLINE_CALCULATIONS::UNIT_FEET = 0.3048
constexpr

Definition at line 33 of file common/transline_calculations/units_scales.h.

◆ UNIT_FEET_PER_SECOND

double TRANSLINE_CALCULATIONS::UNIT_FEET_PER_SECOND = 0.3048
constexpr

Definition at line 62 of file common/transline_calculations/units_scales.h.

◆ UNIT_GHZ

double TRANSLINE_CALCULATIONS::UNIT_GHZ = 1e9
constexpr

Definition at line 36 of file common/transline_calculations/units_scales.h.

◆ UNIT_INCH

double TRANSLINE_CALCULATIONS::UNIT_INCH = ( 1e-2 * 2.54 )
constexpr

Definition at line 31 of file common/transline_calculations/units_scales.h.

◆ UNIT_KHZ

double TRANSLINE_CALCULATIONS::UNIT_KHZ = 1e3
constexpr

Definition at line 38 of file common/transline_calculations/units_scales.h.

◆ UNIT_KILOMETER_PER_HOUR

double TRANSLINE_CALCULATIONS::UNIT_KILOMETER_PER_HOUR = ( 1 / 3.6 )
constexpr

Definition at line 61 of file common/transline_calculations/units_scales.h.

◆ UNIT_KILOVOLT

double TRANSLINE_CALCULATIONS::UNIT_KILOVOLT = 1e-3
constexpr

Definition at line 51 of file common/transline_calculations/units_scales.h.

◆ UNIT_KILOWATT

double TRANSLINE_CALCULATIONS::UNIT_KILOWATT = 1e-3
constexpr

Definition at line 56 of file common/transline_calculations/units_scales.h.

◆ UNIT_KM

double TRANSLINE_CALCULATIONS::UNIT_KM = 1e3
constexpr

Definition at line 26 of file common/transline_calculations/units_scales.h.

◆ UNIT_KOHM

double TRANSLINE_CALCULATIONS::UNIT_KOHM = 1e3
constexpr

Definition at line 44 of file common/transline_calculations/units_scales.h.

◆ UNIT_M

double TRANSLINE_CALCULATIONS::UNIT_M = 1
constexpr

Definition at line 27 of file common/transline_calculations/units_scales.h.

◆ UNIT_MEGAWATT

double TRANSLINE_CALCULATIONS::UNIT_MEGAWATT = 1e-6
constexpr

Definition at line 55 of file common/transline_calculations/units_scales.h.

◆ UNIT_METER_PER_SECOND

double TRANSLINE_CALCULATIONS::UNIT_METER_PER_SECOND = 1.0
constexpr

Definition at line 60 of file common/transline_calculations/units_scales.h.

◆ UNIT_MHZ

double TRANSLINE_CALCULATIONS::UNIT_MHZ = 1e6
constexpr

Definition at line 37 of file common/transline_calculations/units_scales.h.

◆ UNIT_MICRON

double TRANSLINE_CALCULATIONS::UNIT_MICRON = 1e-6
constexpr

Definition at line 30 of file common/transline_calculations/units_scales.h.

◆ UNIT_MIL

double TRANSLINE_CALCULATIONS::UNIT_MIL = ( 1e-5 * 2.54 )
constexpr

◆ UNIT_MILES_PER_HOUR

double TRANSLINE_CALCULATIONS::UNIT_MILES_PER_HOUR = 1609.34
constexpr

Definition at line 63 of file common/transline_calculations/units_scales.h.

◆ UNIT_MILLIVOLT

double TRANSLINE_CALCULATIONS::UNIT_MILLIVOLT = 1e+3
constexpr

Definition at line 53 of file common/transline_calculations/units_scales.h.

◆ UNIT_MILLIWATT

double TRANSLINE_CALCULATIONS::UNIT_MILLIWATT = 1e+3
constexpr

Definition at line 58 of file common/transline_calculations/units_scales.h.

◆ UNIT_MM

double TRANSLINE_CALCULATIONS::UNIT_MM = 1e-3
constexpr

Definition at line 29 of file common/transline_calculations/units_scales.h.

◆ UNIT_MSECOND

double TRANSLINE_CALCULATIONS::UNIT_MSECOND = 1e-3
constexpr

Definition at line 66 of file common/transline_calculations/units_scales.h.

◆ UNIT_NSECOND

double TRANSLINE_CALCULATIONS::UNIT_NSECOND = 1e-9
constexpr

Definition at line 68 of file common/transline_calculations/units_scales.h.

◆ UNIT_OHM

double TRANSLINE_CALCULATIONS::UNIT_OHM = 1.0
constexpr

Definition at line 43 of file common/transline_calculations/units_scales.h.

◆ UNIT_OHM_PER_1000FEET

double TRANSLINE_CALCULATIONS::UNIT_OHM_PER_1000FEET = 3.28084e-3
constexpr

Definition at line 49 of file common/transline_calculations/units_scales.h.

◆ UNIT_OHM_PER_FEET

double TRANSLINE_CALCULATIONS::UNIT_OHM_PER_FEET = 3.28084
constexpr

Definition at line 48 of file common/transline_calculations/units_scales.h.

◆ UNIT_OHM_PER_KILOMETER

double TRANSLINE_CALCULATIONS::UNIT_OHM_PER_KILOMETER = 1e-3
constexpr

Definition at line 47 of file common/transline_calculations/units_scales.h.

◆ UNIT_OHM_PER_METER

double TRANSLINE_CALCULATIONS::UNIT_OHM_PER_METER = 1.0
constexpr

Definition at line 46 of file common/transline_calculations/units_scales.h.

◆ UNIT_OZSQFT

double TRANSLINE_CALCULATIONS::UNIT_OZSQFT = ( 34.40 * UNIT_MICRON )
constexpr

Definition at line 34 of file common/transline_calculations/units_scales.h.

◆ UNIT_PSECOND

double TRANSLINE_CALCULATIONS::UNIT_PSECOND = 1e-12
constexpr

Definition at line 69 of file common/transline_calculations/units_scales.h.

◆ UNIT_RADIAN

double TRANSLINE_CALCULATIONS::UNIT_RADIAN = 1.0
constexpr

Definition at line 41 of file common/transline_calculations/units_scales.h.

◆ UNIT_SECOND

double TRANSLINE_CALCULATIONS::UNIT_SECOND = 1.0
constexpr

Definition at line 65 of file common/transline_calculations/units_scales.h.

◆ UNIT_USECOND

double TRANSLINE_CALCULATIONS::UNIT_USECOND = 1e-6
constexpr

Definition at line 67 of file common/transline_calculations/units_scales.h.

◆ UNIT_VOLT

double TRANSLINE_CALCULATIONS::UNIT_VOLT = 1.0
constexpr

Definition at line 52 of file common/transline_calculations/units_scales.h.

◆ UNIT_WATT

double TRANSLINE_CALCULATIONS::UNIT_WATT = 1.0
constexpr

Definition at line 57 of file common/transline_calculations/units_scales.h.

◆ ZF0