The ic statement specifies initial conditions for nodes in the transient analysis. If you have more than one ic statement, the simulator collects information for all occurrences. You can specify initial conditions for the following items:
- Inductor currents
- Node voltages where the nodes have a path of capacitors to ground
ic node=value { node=value }
|
Parameter |
Definition |
|---|---|
|
|
Important: For AMS simulation, you must always include the top cell name in the Each |
For example, the statement
ic top.n7=0 top.OpAmp1.comp=5 top.L1:t1=1.0u v(top.n1)=1.5
specifies that
- Node
n7has an initial value of 0 V,
- Node
compin subcircuitOpAmp1has an initial value of 5 V,
- The current through the first terminal of
L1has an initial value of 1 uA, and
- Node
n1has an initial value of 0.5 V.
Both the solvers (Spectre and APS) support
node=value syntax as well as v(node)= value syntax.