KiCad PCB EDA Suite
Loading...
Searching...
No Matches
sim_types.h
Go to the documentation of this file.
1/*
2 * This program source code file is part of KiCad, a free EDA CAD application.
3 *
4 * Copyright (C) 2016 CERN
5 * Copyright The KiCad Developers, see AUTHORS.txt for contributors.
6 *
7 * @author Maciej Suminski <[email protected]>
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 3
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 program. If not, see <https://www.gnu.org/licenses/>.
21 */
22
23#ifndef SIM_TYPES_H
24#define SIM_TYPES_H
25
43
46{
47 // Y axis
48 SPT_VOLTAGE = 0x0001,
49 SPT_CURRENT = 0x0002,
50 SPT_AC_PHASE = 0x0004,
51 SPT_AC_GAIN = 0x0008,
52 SPT_POWER = 0x0010,
53 SPT_SP_AMP = 0x0020,
55
56 // X axis
57 SPT_TIME = 0x0100,
60 SPT_SWEEP = 0x0800,
62
63 SPT_UNKNOWN = 0x0000
64};
65
66#endif /* SIM_TYPES_H */
SIM_TRACE_TYPE
Definition sim_types.h:46
@ SPT_TIME
Definition sim_types.h:57
@ SPT_LOG_FREQUENCY
Definition sim_types.h:59
@ SPT_AC_PHASE
Definition sim_types.h:50
@ SPT_SWEEP
Definition sim_types.h:60
@ SPT_UNKNOWN
Definition sim_types.h:63
@ SPT_AC_GAIN
Definition sim_types.h:51
@ SPT_Y_AXIS_MASK
Definition sim_types.h:54
@ SPT_SP_AMP
Definition sim_types.h:53
@ SPT_X_AXIS_MASK
Definition sim_types.h:61
@ SPT_VOLTAGE
Definition sim_types.h:48
@ SPT_POWER
Definition sim_types.h:52
@ SPT_CURRENT
Definition sim_types.h:49
@ SPT_LIN_FREQUENCY
Definition sim_types.h:58
SIM_TYPE
< Possible simulation types
Definition sim_types.h:28
@ ST_SP
Definition sim_types.h:39
@ ST_LAST
Definition sim_types.h:41
@ ST_TRAN
Definition sim_types.h:38
@ ST_UNKNOWN
Definition sim_types.h:29
@ ST_NOISE
Definition sim_types.h:33
@ ST_AC
Definition sim_types.h:30
@ ST_DISTO
Definition sim_types.h:32
@ ST_TF
Definition sim_types.h:37
@ ST_SENS
Definition sim_types.h:36
@ ST_DC
Definition sim_types.h:31
@ ST_OP
Definition sim_types.h:34
@ ST_FFT
Definition sim_types.h:40
@ ST_PZ
Definition sim_types.h:35