KiCad PCB EDA Suite
Loading...
Searching...
No Matches
pcb_calculator/transline/rectwaveguide.h
Go to the documentation of this file.
1/*
2 * rectwaveguide.h - rectangular waveguide UI wrapper
3 *
4 * Copyright (C) 2001 Gopal Narayanan <[email protected]>
5 * Copyright (C) 2005 Stefan Jahn <[email protected]>
6 * Modified for Kicad: 2015 jean-pierre.charras
7 * Copyright The KiCad Developers, see AUTHORS.txt for contributors.
8 *
9 * This program is free software; you can redistribute it and/or
10 * modify it under the terms of the GNU General Public License
11 * as published by the Free Software Foundation; either version 2
12 * of the License, or (at your option) any later version.
13 *
14 * This program is distributed in the hope that it will be useful,
15 * but WITHOUT ANY WARRANTY; without even the implied warranty of
16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17 * GNU General Public License for more details.
18 *
19 * You should have received a copy of the GNU General Public License
20 * along with this package. If not, see <https://www.gnu.org/licenses/>.
21 */
22
23
24#ifndef __RECTWAVEGUIDE_H
25#define __RECTWAVEGUIDE_H
26
27#include "transline/transline.h"
29
30
31#define PHYS_A_PRM PHYS_WIDTH_PRM
32#define PHYS_B_PRM PHYS_S_PRM
33
34
41{
42public:
44
45private:
47
48 void getProperties() override;
49 void show_results() override;
50 void showAnalyze() override;
51 void showSynthesize() override;
52 void calcAnalyze() override;
53 void calcSynthesize() override;
54};
55
56#endif // __RECTWAVEGUIDE_H
void calcSynthesize() override
Computation for synthesis.
void show_results() override
Shows results.
void showAnalyze() override
Shows synthesis results and checks for errors / warnings.
void getProperties() override
@function getProperties
void calcAnalyze() override
Computation for analysis.
void showSynthesize() override
Shows analysis results and checks for errors / warnings.
Rectangular waveguide calculation.