mirror of
https://github.com/noplacenoaddress/RNMnetwork.git
synced 2024-10-01 01:05:51 -04:00
57 lines
1.3 KiB
Plaintext
57 lines
1.3 KiB
Plaintext
%! PostScript set of library objects for XCircuit
|
|
% Version: 2.3
|
|
% Library name is: relays
|
|
% 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
|
|
% spstno tap terminals.lps
|
|
% spstno circle terminals/lps
|
|
% XCircuitLib library built-in objects
|
|
|
|
/spstno {
|
|
begingate
|
|
% trivial
|
|
1.0 180 0 16 circle
|
|
1.0 180 0 -16 circle
|
|
1 1.0 -22 16 -112 16 2 polygon
|
|
1 1.0 -22 -16 -80 -16 -80 -4 3 polygon
|
|
0.8 -90 -80 -8 tap
|
|
1 1.0 -96 52 -96 32 2 polygon
|
|
0.5 270 -96 36 tap
|
|
1 0 0 scb
|
|
(sw.1) {/Times-Roman cf} 2 9 0 1.0 0 16 pinlabel
|
|
(sw.2) {/Times-Roman cf} 2 13 0 1.0 0 -16 pinlabel
|
|
sce
|
|
endgate
|
|
} def
|
|
|
|
/relay_coil {
|
|
begingate
|
|
1 1.5 -12 -48 -12 48 12 48 12 -48 -12 -48 5 polygon
|
|
-12 0 -32 0 wire
|
|
12 0 32 0 wire
|
|
1 0 0 scb
|
|
(sw.1) {/Times-Roman cf} 2 9 0 1.0 -32 0 pinlabel
|
|
(sw.2) {/Times-Roman cf} 2 13 0 1.0 32 0 pinlabel
|
|
sce
|
|
endgate
|
|
} def
|
|
|
|
/relay_coil2 {
|
|
begingate
|
|
1 1.5 20 -48 20 48 44 48 44 -48 20 -48 5 polygon
|
|
20 32 0 32 wire
|
|
20 -32 0 -32 wire
|
|
1 0 0 scb
|
|
(sw.1) {/Times-Roman cf} 2 9 0 1.0 0 32 pinlabel
|
|
(sw.2) {/Times-Roman cf} 2 13 0 1.0 0 -32 pinlabel
|
|
sce
|
|
endgate
|
|
} def
|
|
|
|
% EndLib |