Re: gEDA-user: KJWave

2009-07-27 Thread al davis
On Monday 27 July 2009, Daniel B. Thurman wrote: > I have tried using both gnucap and ngspice using KJWaves, > neither seems to be able to find the 1N4004 diode model Google for it. Neither supplies a model library. It's a lot of work to keep it up to date. So, you need to search the web for t

gEDA-user: DRC checker problems

2009-07-27 Thread Gary L. Roach
With your help my schematic now shows up properly in gschem. All of the symbols are present. Unfortunately, when I run a DRC2 check, I get the following: Command line return - g...@cruncher:~/gaf$ gnetlist -g drc2 ./PFC_1KwRegulator/PFC_1KwRegulatorP2.sch -o ./PFC_1KwRegulator/drc2.txt gEDA/g

gEDA-user: KJWave

2009-07-27 Thread Daniel B. Thurman
I am testing out KJWaves with the following net: * Spice netlister for gnetlist .OPT NOPAGE NOMOD .WIDTH OUT=133 R1 Vin 1 1k C1 0 1 1u D1 1 Vout 1N4004 .END I have tried using both gnucap and ngspice using KJWaves, neither seems to be able to find the 1N4004 diode model So how do I get KJWave (

Re: gEDA-user: Learning Spice: TwoStageAmp example

2009-07-27 Thread Daniel B. Thurman
KURT PETERS wrote: >At this point, I don't have time to modify that tutorial, but to >calculate a mathematical function: >0. click the mathematical function button >1. select the variable on the left >2. click the corresponding ">>" button which will place the variable >in o

Re: gEDA-user: merge multi symbol components

2009-07-27 Thread Joerg
John P. Doty wrote: > Joerg wrote: >> Totally OT here, quick question since you seem to be quite the expert on >> this: Do you know some sort of main distributor or clearing house for >> space-rated parts? Or is the only way to just piece it all together like >> usual, via individual quotes fro

Re: gEDA-user: merge multi symbol components

2009-07-27 Thread John P. Doty
Joerg wrote: > > Totally OT here, quick question since you seem to be quite the expert on > this: Do you know some sort of main distributor or clearing house for > space-rated parts? Or is the only way to just piece it all together like > usual, via individual quotes from companies such as Soli

Re: gEDA-user: MoveObject()

2009-07-27 Thread John Griessen
Ethan Swint wrote: DJ Delorie wrote: > [1]http://geda.seul.org/wiki/geda:pcb_tips#how_do_i_move_objects_by_an_arbitrar > y_distance >Are all actions in PCB mapped to a command-line script? For those >actions that do have a command line, it would be nice if the script >for every mou

Re: gEDA-user: MoveObject()

2009-07-27 Thread Ethan Swint
Aha... I'll have to do that! -Ethan On 07/27/2009 02:43 PM, DJ Delorie wrote: > As a followup, run "pcb --verbose ..." to see all the actions > happening. > > (before you ask... PointCursor chanes the cursor shape as it passes > over different things) > > > ___

Re: gEDA-user: MoveObject()

2009-07-27 Thread DJ Delorie
As a followup, run "pcb --verbose ..." to see all the actions happening. (before you ask... PointCursor chanes the cursor shape as it passes over different things) ___ geda-user mailing list geda-user@moria.seul.org http://www.seul.org/cgi-bin/mailman

Re: gEDA-user: MoveObject()

2009-07-27 Thread DJ Delorie
> Are all actions in PCB mapped to a command-line script? Yes, but it's not as useful as you'd think because there's some behind the scenes stuff going on like X,Y coordinates, cursor motion, and tool state. So you'd see something like this: Mode(Notify) Mode(Release) Mode(Notify) Mode(Release)

Re: gEDA-user: MoveObject()

2009-07-27 Thread Ethan Swint
On 07/27/2009 02:26 PM, John Griessen wrote: DJ Delorie wrote: [1]http://geda.seul.org/wiki/geda:pcb_tips#how_do_i_move_objects_by_an_arbitrar y_distance One of these days, I'm going to remember that :-P What would be the relative or absolute reference point MoveObject() uses on a p ri

gEDA-user: MoveObject() (was: PCB question from a new user)

2009-07-27 Thread John Griessen
DJ Delorie wrote: >> http://geda.seul.org/wiki/geda:pcb_tips#how_do_i_move_objects_by_an_arbitrary_distance > > One of these days, I'm going to remember that :-P What would be the relative or absolute reference point MoveObject() uses on a primitive like a line? John _

Re: gEDA-user: gschem rc file setup

2009-07-27 Thread John Griessen
Stefan Salewski wrote: > On Sun, 2009-07-26 at 15:19 -0700, Gary L. Roach wrote: > >> /home/gary/gaf/gschem-sym/IR1150-1.sym (one of the missing symbols) >> > >> My gafrc file is: >> (component-library "/home/gary/gaf/gschem-sym/Diode-syms") . etc > If you have symbols in /home/gary/gaf/gschem-s

Re: gEDA-user: PCB question from a new user

2009-07-27 Thread DJ Delorie
> http://geda.seul.org/wiki/geda:pcb_tips#how_do_i_move_objects_by_an_arbitrary_distance One of these days, I'm going to remember that :-P ___ geda-user mailing list geda-user@moria.seul.org http://www.seul.org/cgi-bin/mailman/listinfo/geda-user

Re: gEDA-user: multi-part symbol support

2009-07-27 Thread John P. Doty
Kai-Martin Knaak wrote: > It took me quite a while to flex my hacking muscles. Anyway, finally my > little hacking project reached a stage that actually represents an > improvement: > > When dealing with footprints my local version of gnetlist does not care > for the order of symbols anymore. I

Re: gEDA-user: PCB question from a new user

2009-07-27 Thread Stefan Salewski
On Mon, 2009-07-27 at 10:14 -0700, Neil Hendin wrote: [...] > > One thing I was wondering about is that is there a command in PCB to > move an item by a fixed amount of distance specified on the command > line There was a similar question some days ago, maybe see list archive for details. On Tue

Re: gEDA-user: PCB question from a new user

2009-07-27 Thread DJ Delorie
> One thing I was wondering about is that is there a command in PCB to > move an item by a fixed amount of distance specified on the command > line (an incremental move such as up by 10 mil), or place an item at > a fixed x,y location on the board (place this component at 100mil, > 100 mil (100 mi

gEDA-user: PCB question from a new user

2009-07-27 Thread Neil Hendin
Hi all, I am a new user to gEDA, but have used other PCB cad tools for a long time. I've been working through the great tutorial from DJ at http://www.delorie.com/pcb/docs/gs/gs.html and have a question. One thing I was wondering about is that is there a command in PCB to move an item by a f

Re: gEDA-user: howto produce a diff-files

2009-07-27 Thread Bert Timmerman
Hi Kai-Martin, On Mon, 2009-07-27 at 14:47 +, Kai-Martin Knaak wrote: > Hi. > How would I produce a patch of my changes in the geda files to send to the > list? The geda wiki suggests: > git diff > name_of_patchfile > http://geda.seul.org/wiki/geda:scm#format_a_patch_to_send_to_the_de

Re: gEDA-user: howto produce a diff-files

2009-07-27 Thread Kai-Martin Knaak
On Mon, 27 Jul 2009 16:02:34 +0100, Peter TB Brett wrote: >> Is there >> a git HOWTO for dummies somewhere? > > Yes, and they're all linked from http://geda.seul.org/wiki/geda:scm. Stupid me. I scrolled too fast over the to the How-Do-I sections... Thanks for the pointer. ---<(kaimartin)>---

Re: gEDA-user: Learning Spice: TwoStageAmp example

2009-07-27 Thread KURT PETERS
At this point, I don't have time to modify that tutorial, but to calculate a mathematical function: 0. click the mathematical function button 1. select the variable on the left 2. click the corresponding ">>" button which will place the variable in one of the function entries

gEDA-user: How to read a file in Icarus Verilog

2009-07-27 Thread Philipp Klaus Krause
For a testbench I'd like to read a binary file. However fread() is not supported in Icarus Verilog. Are there any alternatives? Philipp ___ geda-user mailing list geda-user@moria.seul.org http://www.seul.org/cgi-bin/mailman/listinfo/geda-user

Re: gEDA-user: howto produce a diff-files

2009-07-27 Thread Peter TB Brett
On Mon, 27 Jul 2009 14:47:10 + (UTC), Kai-Martin Knaak wrote: > > [snip] > > As you can see, I am still clueless how git works. Can you give a > concise explanation what staging means in this context? Is there > a git HOWTO for dummies somewhere? Yes, and they're all linked from http://geda.

gEDA-user: howto produce a diff-files

2009-07-27 Thread Kai-Martin Knaak
Hi. How would I produce a patch of my changes in the geda files to send to the list? The geda wiki suggests: git diff > name_of_patchfile http://geda.seul.org/wiki/geda:scm#format_a_patch_to_send_to_the_developers However, this file includes not only my changes but also many, that seem

Re: gEDA-user: comments in gaf source

2009-07-27 Thread Bert Timmerman
Hi Ethan and all, On Mon, 2009-07-27 at 08:10 -0400, Ethan Swint wrote: > > For some time there are Doxygen developer docs based on the git repo for > > pcb to be found here: > > > > http://www.xs4all.nl/~ljh4timm/pcb-doxygenation/dox_pcb/index.html > > > > I'm currently looking into how much disk

gEDA-user: annoying PCB hangups

2009-07-27 Thread Ethan Swint
I've been working with PCB compiled on 26 Feb 2009 in Fedora 11 and have encountered one annoying hangup and one crash in the gui fairly frequently. Neither one have been consistent enough for me to nail down completely, but I wondered if anyone else has encountered something similar to the fo

Re: gEDA-user: comments in gaf source

2009-07-27 Thread Ethan Swint
> For some time there are Doxygen developer docs based on the git repo for > pcb to be found here: > > http://www.xs4all.nl/~ljh4timm/pcb-doxygenation/dox_pcb/index.html > > I'm currently looking into how much disk space my ISP has left me and > how much disk space it would take for the Doxygen de

Re: gEDA-user: disperse all elements and locked objects

2009-07-27 Thread Kovacs Levente
On Mon, 27 Jul 2009 02:53:17 -0400 Dan McMahill wrote: > I'd call that a bug. I just pushed a fix. Thank you. -- Kovacs Levente ___ geda-user mailing list geda-user@moria.seul.org http://www.seul.org/cgi-bin/mailman/listinfo/geda-user

Re: gEDA-user: comments in gaf source

2009-07-27 Thread Bert Timmerman
Hi Ethan and all, On Sun, 2009-07-26 at 15:36 -0400, Ethan Swint wrote: > >> Unfortunately, this section is still waiting for volunteers > >> to be filled with actual advice. > >> > >> > > While attempting to understand gattrib's internals, I've expanded the > > doxygen commentary for the a

Re: gEDA-user: gschem rc file setup

2009-07-27 Thread Duncan Drennan
Something I have noticed before is that occasionally a difference between the symbol name and the gschem file instantiation case (capitalisation) appears. This might not be the case at all for you, but try checking the .sch file to see if the case is the same as the symbol file. This is probably n