X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=FZp3r0z2WtjSlrFyxCl6RyzvVnayPgZpaP38kk6wPNc=; b=nMFXugfwL7PaF0Am4aCc9cpNmaKff7hiLWDDcR5cNbhk3ySTZ4CFmeL12lynXE+3E6 h8+KCHhIjNisX+MLMvaxtx5AYf6oMVYxuJVQbzJTiNikNzzVdi+Lcug8LA1hRk8kQ7TN RD7lpxNLBgg2BWt/4wpcMaz003z57ogjzr48+RE968VKFntenKKgRj5DOXUmfqgJT7n5 o8dPtrL77cyEZ7HnaZL+AOR6++8u6v8x45Ev/yWMeD7t8NS4gap9qn0uqEwqiZlYkLcU gICYhCWg6BLBDp9+lO0QvH+k0zXmKxc6YcBsBhmUHzNVFHeiDCIB0nbQ3fjkH42lUjU5 HFCw== MIME-Version: 1.0 X-Received: by 10.60.220.137 with SMTP id pw9mr17374609oec.14.1395004892500; Sun, 16 Mar 2014 14:21:32 -0700 (PDT) Date: Mon, 17 Mar 2014 01:21:32 +0400 Message-ID: Subject: [geda-user] single row .subckt From: =?KOI8-R?B?4czFy9PFyiDowdLYy8/X08vJyg==?= To: geda-user AT delorie DOT com Content-Type: multipart/alternative; boundary=001a11347f9013d8c904f4bfe349 Reply-To: geda-user AT delorie DOT com --001a11347f9013d8c904f4bfe349 Content-Type: text/plain; charset=ISO-8859-1 Hello all. I want to place to symbol single row model .subckt. Example of spice: .SUBCKT opamp 1 2 3 4 5 B1 5 0 V = V(3)<1e5*(V(1)-V(2)) ? V(3) : V(4)>1e5*(V(1)-V(2)) ? V(4) : 1e5*(V(1)-V(2)) .ends But I do not finded this in wiki. How I understand single row may be only .model refdes=U? model = .... model-name = name SUBCKT section adds by file mechanism: refdes=X? model-name = name file=/file Why? --001a11347f9013d8c904f4bfe349 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Hello all.
I want to place to symbol si= ngle row model .subckt.

Example of spice:

.SUBCKT = opamp 1 2 3 4 5
B1 5 0 V =3D V(3)<1e5*(V(1)-V(2)) ? V(3) : V(4)>1e= 5*(V(1)-V(2)) ? V(4) : 1e5*(V(1)-V(2))
.ends

But I do not finded this in wiki.
How I understa= nd single row may be only .model
refdes=3DU?
model =3D ...= .
model-name =3D name

SUBCKT section adds b= y file mechanism:
refdes=3DX?
model-name =3D name
file=3D/fi= le

Why?

--001a11347f9013d8c904f4bfe349--