schWidht+pinLabels cannot go hand in hand issue

Remove the pinLabels if you want the schematic to be of the same as the datasheet
29 Replies
ansh.grover
ansh.grover4mo ago
@Seve schWidht+pinLabels cannot go hand in hand issue bcz then scWidth does not affected when value is less than 1 then how can i reduce the schWidth you have told me to add pinlabels it is causing issue in schematic thing. should i leave the schematic as it is for now? or what
shibo
shibo4mo ago
remove pinlabels and don't specify width
ansh.grover
ansh.grover4mo ago
but seve told me to do so, because he wanted to see pinLabels in pcb view for pinheader like this, so what should i do now? is there any other view to only add pinlabels for pcb view and not for schematic view? @shibo
No description
No description
shibo
shibo4mo ago
I mean I think there is a way to remove pinlabels from the schematic
ansh.grover
ansh.grover4mo ago
beside that from my side, my circuit is complete. can u tell the property name? if u remember it, or any relevant docs. @shibo
shibo
shibo4mo ago
not sure schPortArrangement?
ansh.grover
ansh.grover4mo ago
no schPortarrangement has the props only to change the position of pins or arrange them in anyway i want either to remove pinLables in schematic only wanted in pcb view i did not find other than that any specific prop related to my problem? can u help please?
shibo
shibo4mo ago
try this
No description
ansh.grover
ansh.grover4mo ago
@shibo still no effect??
No description
ansh.grover
ansh.grover4mo ago
also schPortArrangement is depereciated use schPinArrangement.
shibo
shibo4mo ago
schport not schpin
ansh.grover
ansh.grover4mo ago
@shibo it is not available for pin headers?
No description
ansh.grover
ansh.grover4mo ago
also isn't this correct imo??
shibo
shibo4mo ago
hmm
ansh.grover
ansh.grover4mo ago
so, what's next any other idea??
shibo
shibo4mo ago
yep, we need a way to not show the sch pin labels and get a small empty box, you got to ask Seve now
ansh.grover
ansh.grover4mo ago
ok, @Seve please help us?
Seve
Seve4mo ago
Can you show me a screenshot of what you want from a sparkfun schematic? I dont understand what you want, draw a picture so i can see it visually? Use excalidraw? If you’re trying to get the labels outside of the schematic box rather than inside we don’t support that yet
shibo
shibo4mo ago
No description
Seve
Seve4mo ago
Yea that’s not currently possible We would need a new core prop for that It would also change the way schematic traces would need to be drawn slightly
ansh.grover
ansh.grover4mo ago
ok, as said by you i have added pinlabels but now the width is getting more in schematic view, see: also i know we cannot support labels outside the schematic box, i want that, but ik we cannot do that rn.
No description
ansh.grover
ansh.grover4mo ago
what should i do now? should i remove pinLables other than that my board is ready @Seve ?
Seve
Seve4mo ago
Create a repro in core for the schWidth issue Also JP1 is a bit hard to read with the wires, use netlabel connectTo
Seve
Seve4mo ago
<netlabel /> | tscircuit docs
The <netlabel /> element attaches a text label to a net on the schematic. It replaces the old <netalias /> element.
Seve
Seve4mo ago
Otherwise yea you can pr but make sure you repro the core bug Codex can easily fix if you get a proper repro probablu
ansh.grover
ansh.grover4mo ago
?? @Seve
shibo
shibo4mo ago
let's fix the width issue first
ansh.grover
ansh.grover4mo ago
@shibo can u review this pr i have done repro for this schWidth
ansh.grover
ansh.grover4mo ago
https://github.com/tscircuit/core/pull/958 this is the reproduction in core, i have tried this approach?
GitHub
fix: schWidth does not go affect below value 1 by Anshgrover23 · P...
now, we have full control over schWidth like schHeight i know it can cause overflow issue, but this is the only solution i found out. before: after:

Did you find this page helpful?