We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0caeaff commit eece450Copy full SHA for eece450
syntax.md
@@ -104,8 +104,9 @@ Since the auto-incremented and auto-assigned designator is not known to the user
104
show_equiv: <bool> # defaults to false; can auto-convert between mm2 and AWG
105
# and display the result when set to true
106
length: <int/float> # is assumed to be in meters
107
- shield: <bool/str> # defaults to false
108
- # the shield can be accessed in connections
+ shield: <bool/color> # defaults to false
+ # setting to true will display the shield as a thin black line
109
+ # using a color (see below) will render the shield in that color
110
# using 's' as the wire number
111
notes: <str>
112
0 commit comments