[ibis-macro] Parameter Tree Format with views

  • From: "Walter Katz" <wkatz@xxxxxxxxxx>
  • To: "IBIS Macro" <ibis-macro@xxxxxxxxxxxxx>
  • Date: Tue, 1 Jul 2008 17:03:35 -0400

All,

Spice Like Format

R1 7 17 R=1.7k
C1 U7.3 0 c=?(Corner 1.3p 2.5p .7p)?
T7 12 27 Z0=?50*(1.+Age/20)?) Td=?(Range 200p 150p 300p)?
W7 12 27 18 54 Len=Length File=?50Ohm.rlgc? Model=?50Ohm?
s7 12 27 18 54 File=?50Ohm.s4p?
X12 12 27 subckt=xyz file=?xyz.mod?

Parameter Tree Format without views

(Block R1 (Type R)         (Nodes 7 17)        (Value 1.7K))
(Block C1 (Type C)         (Nodes U7.3 0)      (Corner 1.3p 2.5p .7p))
(Block T7 (Type Tline)     (Nodes 12 27)       (Z0 ?50*(1.+Age/20)?) (Td
(Range 200p 150p 300p)))
(Block W7 (Type Wline)     (Nodes 12 27 18 54) (Length .1) (File ?50Ohm.rlgc
?) (Model ?50Ohm?))
(Block s7 (Type Touchstone)(Nodes 12 27 18 54) (File ?50Ohm.s4p?))
(Block X12(Type subckt)    (Nodes 12 2)        (File ?xyz.mod?)(subckt xyz)

Parameter Tree Format with a Touchstone and Pole-Zero view

(Block R1 (Type R)         (Nodes 7 17)        (Value 1.7K))
(Block C1 (Type C)         (Nodes U7.3 0)      (Corner 1.3p 2.5p .7p))
(Block T7 (Type Tline)     (Nodes 12 27)       (Z0 ?50*(1.+Age/20)?) (Td
(Range 200p 150p 300p)))
(Block W7 (Type Wline)     (Nodes 12 27 18 54) (Length .1) (File ?50Ohm.rlgc
?) (Model ?50Ohm?))
(Block s7 (Nodes 12 27 18 54) (View Touchstone (Type Touchstone)(File
?50Ohm.s4p?))
                              (View PoleZero   (Type PoleZero)(File
?50Ohm.p4z?)))
(Block X12(Type subckt)    (Nodes 12 2)        (File ?xyz.mod?)(subckt xyz)


Focusing on the s7, and implementing views within a subckt, and
demonstrating a subckt block.

(Block s7 (Nodes 12 27 18 54) (Type subckt)(File ?50Ohm.mod?) (Model ?50Ohm
?))
(Subckt 50Ohm (Nodes 1 2 3 4))
  (Block s7 (Nodes 1 2 3 4) (View Touchstone (Type Touchstone)(File
?50Ohm.s4p?))
                            (View PoleZero   (Type PoleZero)(File ?50Ohm.p4z
?)))
)



Other related posts: