KiCad PCB EDA Suite
|
Parameters for construction of a microwave inductor. More...
#include <microwave_tool.h>
Public Attributes | |
VECTOR2I | m_Start |
VECTOR2I | m_End |
int | m_Length |
int | m_Width |
Parameters for construction of a microwave inductor.
Definition at line 43 of file microwave_tool.h.
VECTOR2I MICROWAVE_INDUCTOR_PATTERN::m_End |
Definition at line 47 of file microwave_tool.h.
Referenced by MICROWAVE_TOOL::createInductorBetween(), and MICROWAVE_TOOL::createMicrowaveInductor().
int MICROWAVE_INDUCTOR_PATTERN::m_Length |
Definition at line 48 of file microwave_tool.h.
Referenced by MICROWAVE_TOOL::createMicrowaveInductor().
VECTOR2I MICROWAVE_INDUCTOR_PATTERN::m_Start |
Definition at line 46 of file microwave_tool.h.
Referenced by MICROWAVE_TOOL::createInductorBetween(), and MICROWAVE_TOOL::createMicrowaveInductor().
int MICROWAVE_INDUCTOR_PATTERN::m_Width |
Definition at line 49 of file microwave_tool.h.
Referenced by MICROWAVE_TOOL::createInductorBetween(), and MICROWAVE_TOOL::createMicrowaveInductor().