Schematic file format #1601
Unanswered
GeneralAccess
asked this question in
Q&A
Replies: 2 comments 2 replies
|
I might try the .cir or .cdt files instead. |
0 replies
|
Qucs-S doesn't produce files with The CIR file is SPICE netlist. It doesn't contain information about schematic wires geometry and components placement. The RefDes for some devices may be changed because of SPICE requirements. Some devices may be represented by SPICE equivalent circuit. Refer to Ngspice manual for CIR netlist syntax. |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I’m updating a utility that uses .sch and .sim files to make a netlist file to import into stripboard design tools.
I was getting the components from the .sch schematic file and the connections from the .sim simulation output file, but I think I can use the sch file for both. Is that so and is it in the section, or do I need some sort of link with the section too?
In this partial Wires section with my asterixes:
<140 520 220 520 "" 0 0 0 ""> netA netB
<140 310 140 520 "" 0 0 0 ""> ---- netA
<-10 520 140 520 "" 0 0 0 ""> ---- netA
<220 520 280 520 "" 0 0 0 ""> netB ----
I think each pair of numbers is a location.
They nearly match the location of one end of a component, how can I decide what counrs as a connection? There is no match for the other end, is that worked out by knowing the length of the component?
I can't find anything in the otherwise comprehensive documentation.
All reactions