@Seve Claude recognises this as dual
@Seve Claude recognises this as dual mosfet. What is it then?
17 Replies
my guess is you're not exposing a pin, where is the source schematic?
yea that's a solderjumper
it's a solderjumper between two grounds, or a cuttable trace
ground bridge is an ok name for the symbol
<cuttabletrace /> might be a good element (basically a solderjumper with two bridged pins)
Okay
cc @Techmannih
@Techmannih As seve mentioned name it cuttabletrace
this
err sorry: the name of Techmannih's component should be "Bridged Ground"
the component that should be used to represent it in the schematic is a solderjumper
we COULD introduce cuttabletrace or <trace cuttable />, i looked into this for a bit and i think it's better to use a solderjumper for now-
<solderjumper symbolName="bridged_ground" bridged />
is a good APIawesome
we can also automatically derive the symbolName later, but i think the best short term solution is what i proposed above
I will modify the core with this symbol name addition in the <solderjumper />
yes this is supposed to work with any normal component
you're supposed to always be able to give symbolName but i haven't tested it much
fight need to merge in my fork then goes to tscircuit pr😂
nice
not the symbolName prop, I mean't supporting this new symbol for the solderjumper
not sure i understand
Okay, no worries. i will take a look