ycai
Newbie level 1
A very simple netlist:
After hspice simulation, the result is
The question is why "r111" information (r value) is printed in the result, but "C0000" c value is NOT printed?
Thank you in advance!
Code:
********Begin***************
C0000 in0 0 1.5p
R111 in0 0 156
.option captab
.op all
.end
********End***************
After hspice simulation, the result is
1****** HSPICE -- K-2015.06-3 linux64 (Aug 5 2015) ******
******
****** operating point information tnom= 25.000 temp= 25.000 ******
****** operating point status is all simulation time is 0.
node =voltage
+0:in0 = 0.
maximum nodal capacitance= 1.500E-12 on node 0:in0
nodal capacitance table
node = cap
+0:in0 = 1.5000p
**** resistors
subckt
element 0:r111
r value 156.0000
v drop 0.
current 0.
power 0.
***** job concluded
The question is why "r111" information (r value) is printed in the result, but "C0000" c value is NOT printed?
Thank you in advance!