Convert an .sch project in a .opj project

Let’s see how to convert with ORCAD Capture a project designed with Schematics.First thing, import the file. sch, from menu “File” select “Import Design …”

 

select for example a project called trifase.sch

 

 

At this point it appears a window that suggest same file .sch with opj extension in the same directory, maintain the settings and click OK

 

 

It begins the process of conversion at the end of which we can see on the left project trifase.opj with the typical ORCAD Capture structure.

 

Clicking twice on it we open schematic of the project ready to be simulated

 

readytosimulate

Keep the libraries ordered

Learn to design a circuit with PSpice is a task quite simple and is enough a few pages of any manual available on line to do it. What can be confusing is the number of files with different extensions that belong to this great tool of electronic simulation. This is due to the history of PSpice, which initially developed to be used in PC by Microsim passed after to OrCAD which was at last acquired by Cadence. The original CAD Microsim was Schematics. After, the program was provided with a design tool more advanced, Capture, maintaining the ability to still use Schematics.

Schematics image:

 

 

Capture image:

 

Fortunately, the syntax used to describe a component remained the same, and all libraries with mathematical models, are the . LIB. Creating the design of a circuit with PSpice Schematics, the project will be composed of a schematic file .SCH, a control file .CIR and a circuit description file .NET both automatically generated from Schematics, and files .INC containing subcircuits, to be included in the project. The libraries containing the mathematical models to be added to the project are always .LIB, while libraries that contain graphic symbols associated with the mathematical models are the .SLB.

By using the tool of OrCAD Capture, the main project file becomes the .OPJ, and symbolic libraries are now .OLB. In short, in Schematics a component is completely defined by libraries .LIB and .SLB while in OrCAD Capture by the couple .LIB an .OLB.

Currently most of designers use OrCAD Capture for the circuits design, however, the same Capture has a tool to convert project designed with Schematics and convert .SCH and .SLB in .OPJ and .OLB. We ‘ll see how in a dedicated article.