Browse Source

Netlist that describe the use of .func feature (Phil Barker).

pre-master-46
pnenzi 18 years ago
parent
commit
0b3d3c8558
  1. 14
      examples/func_cap.sp

14
examples/func_cap.sp

@ -0,0 +1,14 @@
* func_cap.sp
.func icap_calc(A,B,C,D) '2*A*sqrt(B*C*D)'
.param cap_val = 'max(icap_calc(1,2,3,4))'
VDD 1 0 DC 1
C1 1 0 'cap_val'
.measure tran capacitance param='cap_val'
.tran 1ps 100ps
.end
Loading…
Cancel
Save