KiCad PCB EDA Suite
Loading...
Searching...
No Matches
PCB_CALCULATOR_SETTINGS::TRANSMISSION_LINE Struct Reference

#include <pcb_calculator_settings.h>

Public Attributes

int type
 
std::map< std::string, TL_PARAM_MAPparam_values
 Transline parameters, per transline type.
 
std::map< std::string, TL_PARAM_UNITS_MAPparam_units
 Transline parameter units selections, per transline type.
 

Detailed Description

Definition at line 139 of file pcb_calculator_settings.h.

Member Data Documentation

◆ param_units

std::map<std::string, TL_PARAM_UNITS_MAP> PCB_CALCULATOR_SETTINGS::TRANSMISSION_LINE::param_units

Transline parameter units selections, per transline type.

Definition at line 147 of file pcb_calculator_settings.h.

Referenced by PCB_CALCULATOR_SETTINGS::PCB_CALCULATOR_SETTINGS().

◆ param_values

std::map<std::string, TL_PARAM_MAP> PCB_CALCULATOR_SETTINGS::TRANSMISSION_LINE::param_values

Transline parameters, per transline type.

Definition at line 144 of file pcb_calculator_settings.h.

Referenced by PCB_CALCULATOR_SETTINGS::PCB_CALCULATOR_SETTINGS().

◆ type

int PCB_CALCULATOR_SETTINGS::TRANSMISSION_LINE::type

The documentation for this struct was generated from the following file: