Skip to content
This repository has been archived by the owner on Oct 2, 2020. It is now read-only.

Add more generic ground symbols #2592

Merged
merged 2 commits into from
Mar 31, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions power.dcm
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,21 @@ D Power symbol creates a global label with name "GND" , ground
K power-flag
$ENDCMP
#
$CMP GND1
D Power symbol creates a global label with name "GND1" , ground
K power-flag
$ENDCMP
#
$CMP GND2
D Power symbol creates a global label with name "GND2" , ground
K power-flag
$ENDCMP
#
$CMP GND3
D Power symbol creates a global label with name "GND3" , ground
K power-flag
$ENDCMP
#
$CMP GNDA
D Power symbol creates a global label with name "GNDA" , analog ground
K power-flag
Expand Down
45 changes: 42 additions & 3 deletions power.lib
Original file line number Diff line number Diff line change
Expand Up @@ -920,7 +920,7 @@ ENDDEF
#
# Earth
#
DEF ~Earth #PWR 0 0 Y Y 1 F P
DEF Earth #PWR 0 0 Y Y 1 F P
evanshultz marked this conversation as resolved.
Show resolved Hide resolved
F0 "#PWR" 0 -250 50 H I C CNN
F1 "Earth" 0 -150 50 H I C CNN
F2 "" 0 0 50 H I C CNN
Expand All @@ -936,7 +936,7 @@ ENDDEF
#
# Earth_Clean
#
DEF ~Earth_Clean #PWR 0 0 Y Y 1 F P
DEF Earth_Clean #PWR 0 0 Y Y 1 F P
F0 "#PWR" 250 0 50 H I C CNN
F1 "Earth_Clean" 300 -150 50 H I C CNN
F2 "" 0 -50 50 H I C CNN
Expand All @@ -953,7 +953,7 @@ ENDDEF
#
# Earth_Protective
#
DEF ~Earth_Protective #PWR 0 0 Y Y 1 F P
DEF Earth_Protective #PWR 0 0 Y Y 1 F P
F0 "#PWR" 250 -250 50 H I C CNN
F1 "Earth_Protective" 450 -150 50 H I C CNN
F2 "" 0 -100 50 H I C CNN
Expand Down Expand Up @@ -981,6 +981,45 @@ X GND 1 0 0 0 D 50 50 1 1 W N
ENDDRAW
ENDDEF
#
# GND1
#
DEF GND1 #PWR 0 0 Y Y 1 F P
F0 "#PWR" 0 -250 50 H I C CNN
F1 "GND1" 0 -150 50 H V C CNN
F2 "" 0 0 50 H I C CNN
F3 "" 0 0 50 H I C CNN
DRAW
P 6 0 1 0 0 0 0 -50 50 -50 0 -100 -50 -50 0 -50 N
X GND1 1 0 0 0 D 50 50 1 1 W N
ENDDRAW
ENDDEF
#
# GND2
#
DEF GND2 #PWR 0 0 Y Y 1 F P
F0 "#PWR" 0 -250 50 H I C CNN
F1 "GND2" 0 -150 50 H V C CNN
F2 "" 0 0 50 H I C CNN
F3 "" 0 0 50 H I C CNN
DRAW
P 6 0 1 0 0 0 0 -50 50 -50 0 -100 -50 -50 0 -50 N
X GND2 1 0 0 0 D 50 50 1 1 W N
ENDDRAW
ENDDEF
#
# GND3
#
DEF GND3 #PWR 0 0 Y Y 1 F P
F0 "#PWR" 0 -250 50 H I C CNN
F1 "GND3" 0 -150 50 H V C CNN
F2 "" 0 0 50 H I C CNN
F3 "" 0 0 50 H I C CNN
DRAW
P 6 0 1 0 0 0 0 -50 50 -50 0 -100 -50 -50 0 -50 N
X GND3 1 0 0 0 D 50 50 1 1 W N
ENDDRAW
ENDDEF
#
# GNDA
#
DEF GNDA #PWR 0 0 Y Y 1 F P
Expand Down