%! PostScript set of library objects for XCircuit
%  Version: 2.3
%  Library name is: opamps
%  Author: R. Timothy Edwards <tim@stravinsky.jhuapl.edu>

%  Modified by: Graham sheward (Jan 2006) <gsheward@xtra.co.nz>
%  The geometry, scale and pin labelling position are correct
%  The infolabel and Spice information has not been addressed

% Dependencies
%	COMPONENT	Depends on	Library
%	nil dependencies

% XCircuitLib library built-in objects

/opamp {
begingate
0 1.50 0 -84 108 0 0 84 0 -84 4 polygon
0 -64 -32 -64 wire
0 64 -32 64 wire
108 0 128 0 wire
(-) {/Symbol cf} 2 5 0 1.0 16 52 label
(+) {/Symbol cf} 2 5 0 1.0 16 -52 label
1 0 0 scb
(in.m) {/Times-Roman cf} 2 7 0 1.0 -32 64 pinlabel
(in.p) {/Times-Roman cf} 2 7 0 1.0 -32 -64 pinlabel
(out) {/Times-Roman cf} 2 4 0 1.0 128 0 pinlabel
sce
endgate
} def

% EndLib