De facto standard file format for electronic circuits

AI Thread Summary
The discussion centers on the lack of a universal file format for storing electronic circuit designs in the digital realm. While PSPICE files and LaTeX markup with electronics packages are mentioned as potential formats, there is no widely accepted standard akin to the PDF in the electronics industry. The conversation highlights that proprietary interests often hinder the establishment of a common format, as companies prefer to protect their designs. However, some common formats do exist, such as GDS for layout information and SPICE netlists, which are typically text files with a .cir extension. The absence of a tangible standard for sharing circuit design information is noted as a unique challenge within the electrical engineering community.
zunf
Messages
8
Reaction score
2
What's the most common way to store electronic circuits in digital form ?

What is the ".pdf document" equivalent for the electronic world ?
 
Physics news on Phys.org
Welcome to PF;
Probably a PSPICE file ... though you can also use LaTeX markup with an electronics package.
I don't think there is a proprietory circuit modelling program that is so commonly used that it's internal file format could be considered a defacto standard. However - large companies may have their internal ideas.

(Aside: Portable Document Format [pdf] is ISO 32000-1:2008 i.e. actual not defacto.)
 
Simon Bridge said:
Welcome to PF;
Probably a PSPICE file ... though you can also use LaTeX markup with an electronics package.
I don't think there is a proprietory circuit modelling program that is so commonly used that it's internal file format could be considered a defacto standard. However - large companies may have their internal ideas.

(Aside: Portable Document Format [pdf] is ISO 32000-1:2008 i.e. actual not defacto.)
Hi,
thank you for your answer; I'm not really marking a difference between proprietary and open standards, I just like to know if there is any kind of file format that can be considered a good proxy for sharing informations about the design of your circuits .

It's weird that the EE community is basically one of the very few without any tangible standard when it comes to storing and representing informations that is vital for what they do .
 
zunf said:
It's weird that the EE community is basically one of the very few without any tangible standard when it comes to storing and representing informations that is vital for what they do .

It's a competitive industry. Companies don't want to make it easy for others to use their designs.

Having said that, there are some common formats. GDS is the common format for storing layout information. SPICE net lists are just text files, usually stored with a .cir extension.
 

Similar threads

Back
Top