summaryrefslogtreecommitdiff
path: root/Windows/spice/examples/xspice/original-examples/param_defaults.deck
blob: 3553fd0e27c9a27a11e12c4602d1fbda7386e7c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Parameter defaults
*
* This circuit contains a code model with
* parameters of various types, which are all defaulted,
* and prints the default values.
*
.op
*
r1 1 0 1k
r2 2 0 1k
r3 1 2 1k
*
a1 [1 2] mod
.model mod print_param_types 
*
.end