gEDA-user: OT: Electronic simulation with geda (in 1953)

2010-09-16 Thread Windell H. Oskay
http://blog.modernmechanix.com/2010/08/04/shortest-way-to-the-moon/


___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


Re: gEDA-user: sch2csv and csv2sch

2010-09-16 Thread DJ Delorie

> You might be able to get around this with quoting.  Or hey, output ODF
> directly!  :)

I wrote it for the filtering, not oocalc, so I didn't want to do
anything oocalc-specific, especially if it changed the data.  Easy
enough to check the box on import.


___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


Re: gEDA-user: sch2csv and csv2sch

2010-09-16 Thread Ben Jackson
On Thu, Sep 16, 2010 at 01:53:09PM -0400, DJ Delorie wrote:
> 
> Note: if you import these CSV into OpenOffice, make sure to select the
> whole sample spreadsheet in the import dialog (click the upper left
> empty box), and specify "Text" for the format.  Otherwise, things like
> 0805 get turned into 805 since they're considered numbers.

You might be able to get around this with quoting.  Or hey, output ODF
directly!  :)

-- 
Ben Jackson AD7GD

http://www.ben.com/


___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


gEDA-user: sch2csv and csv2sch

2010-09-16 Thread DJ Delorie

I needed something more flexible and scriptable than gattrib,
so I converted my sym2csv/csv2sym scripts to work on schematics...

http://www.gedasymbols.org/user/dj_delorie/

sch2csv extracts all the symbol attributes, csv2sch puts them back.  I
then wrote a bunch of custom perl scripts using Text::CSV to massage
the data according to my local preferences (mostly, filling in part
numbers for standard 0603 resistors and capacitors).  New values are
added as hidden.

Note: if you import these CSV into OpenOffice, make sure to select the
whole sample spreadsheet in the import dialog (click the upper left
empty box), and specify "Text" for the format.  Otherwise, things like
0805 get turned into 805 since they're considered numbers.

Plug-in support for gattrib would be wonderful :-)


___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


Re: gEDA-user: CDL Format

2010-09-16 Thread Oliver King-Smith
   I think this is a different unrelated file format.
 __

   From: Thomas D. Dean 
   To: gEDA user mailing list 
   Sent: Thu, September 16, 2010 7:49:25 AM
   Subject: Re: gEDA-user: CDL Format
   On Thu, 2010-09-16 at 08:22 -0600, John Doty wrote:
   Does this help?
   [1]http://cyclicity-cdl.sourceforge.net/documentation/cdl/language_gram
   mar.php
   tomdean
   ___
   geda-user mailing list
   [2]geda-u...@moria.seul.org
   [3]http://www.seul.org/cgi-bin/mailman/listinfo/geda-user

References

   1. 
http://cyclicity-cdl.sourceforge.net/documentation/cdl/language_grammar.php
   2. mailto:geda-user@moria.seul.org
   3. http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


Re: gEDA-user: CDL Format

2010-09-16 Thread John Doty

On Sep 16, 2010, at 8:49 AM, Thomas D. Dean wrote:

> On Thu, 2010-09-16 at 08:22 -0600, John Doty wrote:
> 
> Does this help?
> 
> http://cyclicity-cdl.sourceforge.net/documentation/cdl/language_grammar.php

Hmm. That doesn't match other info I found surfing around. I think there must 
be more than one "CDL". So I suppose Oliver's first task is to figure out which 
one is desired...

> 
> tomdean
> 
> 
> 
> ___
> geda-user mailing list
> geda-user@moria.seul.org
> http://www.seul.org/cgi-bin/mailman/listinfo/geda-user
> 

John Doty  Noqsi Aerospace, Ltd.
http://www.noqsi.com/
j...@noqsi.com




___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


Re: gEDA-user: CDL Format

2010-09-16 Thread Thomas D. Dean
On Thu, 2010-09-16 at 08:22 -0600, John Doty wrote:

Does this help?

http://cyclicity-cdl.sourceforge.net/documentation/cdl/language_grammar.php

tomdean



___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


Re: gEDA-user: CDL Format

2010-09-16 Thread John Doty

On Sep 15, 2010, at 11:47 PM, Oliver King-Smith wrote:

>   John,
>   I have not found a precise definition of the standard.  Did you find
>   one?

No. That research is often the hardest part of the job of getting gnetlist to 
generate a format. Once you have that, it's generally easy to find a back end 
that makes something similar, and modify it as needed.

For Calay format, I had to reverse engineer the definition from examples...

>   Oliver
> __
> 
>   From: John Doty 
>   To: gEDA user mailing list 
>   Sent: Wed, September 15, 2010 8:44:32 PM
>   Subject: Re: gEDA-user: CDL Format
>   On Sep 15, 2010, at 4:51 PM, Oliver King-Smith wrote:
>> Can gschem convert schematics to "cdl" format?  I am not sure which
>> format that is, but a vendor is asking for it.
>   CDL appears to be a SPICE-like netlist format, so with a little Guile
>   programming you should be able to generate it with gnetlist. Probably,
>   a simple modification of one of the SPICE back ends could do the job.
>   Of course, you'd need to obtain a specification...
>   John Doty  Noqsi Aerospace, Ltd.
>   [1]http://www.noqsi.com/
>   [2]...@noqsi.com
>   ___
>   geda-user mailing list
>   [3]geda-u...@moria.seul.org
>   [4]http://www.seul.org/cgi-bin/mailman/listinfo/geda-user
> 
> References
> 
>   1. http://www.noqsi.com/
>   2. mailto:j...@noqsi.com
>   3. mailto:geda-user@moria.seul.org
>   4. http://www.seul.org/cgi-bin/mailman/listinfo/geda-user
> 
> 
> ___
> geda-user mailing list
> geda-user@moria.seul.org
> http://www.seul.org/cgi-bin/mailman/listinfo/geda-user

John Doty  Noqsi Aerospace, Ltd.
http://www.noqsi.com/
j...@noqsi.com




___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user