-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathtoc.yml
More file actions
121 lines (112 loc) · 2.25 KB
/
toc.yml
File metadata and controls
121 lines (112 loc) · 2.25 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
- name: Introduction
href: intro.md
- name: Analysis Statements
items:
- name: .AC
href: ac.md
- name: .DC
href: dc.md
- name: .TRAN
href: tran.md
- name: .OP
href: op.md
- name: .NOISE
href: noise.md
- name: Output Statements
items:
- name: .SAVE
href: save.md
- name: .PRINT
href: print.md
- name: .PLOT
href: plot.md
- name: .MEAS / .MEASURE
href: meas.md
- name: Parameters & Functions
items:
- name: .PARAM
href: param.md
- name: .FUNC
href: func.md
- name: .LET
href: let.md
- name: .SPARAM
href: sparam.md
- name: Circuit Structure
items:
- name: .SUBCKT
href: subckt.md
- name: .INCLUDE
href: include.md
- name: .LIB
href: lib.md
- name: .GLOBAL
href: global.md
- name: Simulation Control
items:
- name: .STEP
href: step.md
- name: .ST
href: st.md
- name: .MC
href: mc.md
- name: .TEMP
href: temp.md
- name: .OPTIONS
href: options.md
- name: .IC
href: ic.md
- name: .NODESET
href: nodeset.md
- name: .DISTRIBUTION
href: distribution.md
- name: .IF / .ELSE / .ENDIF
href: if.md
- name: .APPENDMODEL
href: appendmodel.md
- name: Passive Devices
items:
- name: R — Resistor
href: resistor.md
- name: C — Capacitor
href: capacitor.md
- name: L — Inductor
href: inductor.md
- name: K — Mutual Inductance
href: mutual-inductance.md
- name: Sources
items:
- name: V — Voltage Source
href: voltage-source.md
- name: I — Current Source
href: current-source.md
- name: E — VCVS
href: vcvs.md
- name: F — CCCS
href: cccs.md
- name: G — VCCS
href: vccs.md
- name: H — CCVS
href: ccvs.md
- name: B — Behavioral Source
href: behavioral-source.md
- name: Semiconductors
items:
- name: D — Diode
href: diode.md
- name: Q — BJT
href: bjt.md
- name: M — MOSFET
href: mosfet.md
- name: J — JFET
href: jfet.md
- name: Switches & Transmission Lines
items:
- name: S — Voltage Switch
href: voltage-switch.md
- name: W — Current Switch
href: current-switch.md
- name: T — Transmission Line
href: transmission-line.md
- name: X — Subcircuit Instance
href: subcircuit-instance.md