Schematic file format #1601
Replies: 2 comments 1 reply
-
|
I might try the .cir or .cdt files instead. |
Beta Was this translation helpful? Give feedback.
-
|
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. |
Beta Was this translation helpful? Give feedback.
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.
Beta Was this translation helpful? Give feedback.
All reactions