X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com X-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:in-reply-to:references:mime-version :content-transfer-encoding; bh=BycGL5VJ/mYahIUksCqFDlPrLBM6BgCpg2UQyqYkHHY=; b=ocafCOe5nsgOP+NuDYa7+NuPxAEzYN9s03GUnRFOP/HyDLqOc3fXW0HnyAgv+Z+P8z TP17A/6V59VyTI31R/1AQ+jw4QcOH2ywK24C0cXDipHqwecrDsehEWHMwCCHtlLLXpeq m4Qj4xbq7Ga/Eig0yLwgFzcxQYGocx4eUcn0kM6/Dn8wBswr5nFKADDIwZn4ZO3WJ+lw VRgiWap1W3Ud5wULYbJCFnpPRqepRXyVrHNQ/tUb326NMb8sldFa65VacTke8cA2d73o C3XN53XCNr3qn3QpfBZyaVFsBn/Tl2QdlvnWh1eeD+UOZ5+t1X6WNxNClz6NbEPJq2Nj fZrA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:subject:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=BycGL5VJ/mYahIUksCqFDlPrLBM6BgCpg2UQyqYkHHY=; b=CfKavhtDd6c6G7nVHmRFcHkUnwC9c4wdy7qlkBH8JJ+kvjge8KEJ7233uN0jKVFVpj HF1spWYje1DExKseGXYv0gnU+lRJB5OU/Sl5mRPzmJHPwwDzoARDlmfXyAYeq4/TmODu LtLM+CIygVdBM+EYEfTlPPRNsKM5/RsG6Xu6MOW7FmbmQtGJZBOL7rTJ0CcHivIovCMQ f/yc5Xf+uN4XW5v73+A/ItjH57+RiSPHLyzhEYI6ZLzwcygUaGPjmMbS7O37OtOoNiHQ 7pQV5hlHfPYXLgJmkAfDDi97UAaXZSYCXXTdjFUO1aS4H5LjvlewLVYPll5MbZXCTq/K 7XhQ== X-Gm-Message-State: AE9vXwOE8357U8nsmbyuGLbkFFVFksCQVYym39gsPQRhr7WR+af+/c/Z1UtaLla9KOMYgA== X-Received: by 10.28.97.69 with SMTP id v66mr3984305wmb.12.1474389225170; Tue, 20 Sep 2016 09:33:45 -0700 (PDT) Date: Tue, 20 Sep 2016 18:33:39 +0200 From: "Nicklas Karlsson (nicklas DOT karlsson17 AT gmail DOT com) [via geda-user AT delorie DOT com]" To: geda-user AT delorie DOT com Subject: Re: [geda-user] pin number and pin sequence of diodes Message-Id: <20160920183339.22f4cc4bfb1b58b001ef3b16@gmail.com> In-Reply-To: <20160919070050.2524.qmail@rahul.net> References: <20160919070050 DOT 2524 DOT qmail AT rahul DOT net> X-Mailer: Sylpheed 3.5.0beta1 (GTK+ 2.24.25; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Reply-To: geda-user AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-user AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > Unless I am mistaken, the PINSEQ is reversed in many of the library > diodes. > > Spice requires the anode node followed by the cathode node, as > determined by the PINSEQs, (these, I think, are reversed in many of > the diodes in the library.) > > Pcb routes on the pin number, (which are correct in most of the diodes > in the library.) > > So, if I want a spice simulation of a diode, PINSEQ=1 would be the > anode, and PINSEQ=2 would be the cathode. I think this is the way > gnetlist -g spice-sdb works. > > If I want to layout the diode circuit, PINNUMBER=1 would be the > cathode, and PINNUMBER=2 would be the anode, (and the PINLABEL would > be K and A, respectively.) I think this is the way gsch2pcb works. > > Am I right? > > Thanks, > > John > > -- > > John Conover, conover AT rahul DOT net, http://www.johncon.com/ In gschem numbering have no particular meaning since it is a graphical representation of the circuit supposed to be read by a human. For layout footprints usually are simple numbers although characters may also be used A1,A2,A3,... and then there may be pin swapping and gate swapping. For spice I have no idea. -- Nicklas Karlsson