You can run a cap2con to convert all parts of Orcad Library to concept on DOS command prompt ex to convert a.olb to cells in concept/abc cap2con -proj cap2con.cpm -olbpath a.olb -alias asprimitives -cdslib cds.lib -conceptlib abc -product pcb_librarian_expert You need to create cap2con.cpm similar to one shown below START_GLOBAL design_name 'dummy_root_design' design_library 'cap2con_lib' library 'cap2con_lib' temp_dir 'temp' cpm_version '17.2' END_GLOBAL START_PDV Symbol_GridSize '0.100000000' END_PDV cds.lib DEFINE cap2con_lib worklib DEFINE abc ./concept/abc Directory worklib temp should exist Create directory concept/abc Cells in A.olb will be created in concept/abc Note: Cell might have characters like #20 which is hex character for space for example cell FILTER BPF LFB212G45SG8A192 in concept will be filter#20bpf#20lfb212g45sg8a192
↧