Simple RC Subircuit
|
RC(V1)
|
|
RES
| REAL
| 1.0
| Ohm
| >0.0
| value of the resistor
|
CAP
| REAL
| 1.0
| F
| >0.0
| value of the capacitor
|
|
terminal
| T1
| ELECTRICAL
| connected to resistor
|
terminal
| T2
| ELECTRICAL
| common node of resistor and capacitor
|
terminal
| T3
| ELECTRICAL
| connected to capacitor
|
|
This example demonstrates how to create hierachical models. The terminals T1 and T2 are connected by a resistor. The terminals T2 and T3 are connected by a capacitor. It is required that the element values are positive.
|
IEEE_proposed
| ELECTRICAL_SYSTEMS
|
WORK
| RESISTOR(V1)
|
WORK
| CAPACITOR(V1)
|
|
See source code
|
See test-bench |