Vivek Vijayan - Is it possible to expose ports/...
Is it possible to expose ports/pins from <subcircuit ?
Find practical answers, working experiments, and hard-won discoveries from people building electronics with React.
Search results
Is it possible to expose ports/pins from <subcircuit ?
Hi guys.. I've one observation. This is my high level code. code sample If the modules are defined inside <subcircuit , then the <trace will not connect. If modules are defined inside <group , <trace is connects the ports without any issues. Attached images show both conditions C
Can anyone else reproduce this? code sample As I understand connecting two nets via netlabel is kinda invalid, but shouldn't it complete with error rather than being stuck in SimulationSpiceEngineRender? Took me a while to find an offending line, no errors were shown in error lis
is there a way to flip a mosfet, so that the drain is on the opposite side? if I rotate, I need to flip drain and source, but the arrow then would be pointing to the wrong way and probably simulation would be messed up
Maybe tscircuit is a wrong tool for a thing I'm building? Here's my use case: https://spice circuit simulation.vercel.app/ The schematic is nice to have really, circuit JSON and manual placement of critical probes and component states Is there someting similar to tscirciuit for v
Regarding jumpers/zero resistors. Is there a way to specify a custom symbol of jumper or 0 ohm resistor? If is set the 0 ohm resistance, simulation complains. If I replace it with <jumper , then it looses the ability to be rotated horizontally and a header appears. Is it possible
Am I not getting something or is it a known limitation? https://tscircuit.com/editor?template=blank circuit board data:application/gzip;base64,H4sIAGodU2oAA7WSXUsrMRCG/0rIlYKN27V76hFXOBxBvBGt4o2RJW7HurI7WZJUKqX/3cl+tLWtWoTuzSYz77x5Mpkpz3AIE+HshJ/wrCi1cWwAKnXs2eiCSW78RnKJEmFSpVON1
I wonder why <mosfet doesn't have connections while <resistor does?
I'm new, just opened playground and see empty screen with "Run" button spinning. Looked at web console, shows the CDN erroring with 404: Am I doing something wrong?
Isn't it how we should rotate the pinheader component? Am I doing something wrong?
Found a strange rendering issue for UCC28881 component from JLCPCB library. Pin 7 is not present for the IC. But Pin 8 is present. footprint is correct, but schematic symbol fail to capture the detail.
Hi guys.. I'm facing strange rendering issues in schematic view.
Hey I'm searching through the issues and PRs on the GitHub repo and I couldn't find this. Maybe I wasn't looking too hard but is there any near term plan for dark mode?
I'm looking for MOLEX 90130 3120 connector library, which is not directly available from jlcpcb or any other tscircuit repositories. It is available from ultra librarian. What is the easiest method to convert it to tscircuit library? Should I download KiCAD files and try to conve
Is it possible to hide/limit long port names(as seen in this image).
Webui is stuck at "SchematicTraceRender" I've raised a bug. Can anyone please go through it? https://api.tscircuit.com/bug reports/view?bug report id=c4a373c2 c037 4b0d b475 94c187ba4931
Are there smaller resistor / capacitor symbols (similar to how KiCad has R and R small)?
This is likely pretty basic, but how are connections meant to be made between components. I see I can specify connections in the connection prop on an element or by using the trace element. Are these equivalent?
We don't have the editor as a separate package, we use CodeMirror for our playground. You can use that
mention Does TSCircuit have RF/ Antenna support configuration? I see https://docs.tscircuit.com/elements/inductor rf circuits in the docs but I am looking for of a trace antenna like the photo. I know there's calculators and examples online but I was wondering if there was any de
I saw that you can order PCBs directly from you guys. I'm curious do you have design guidelines for your process? e.g. minimum spacing, how many layers (I assume two?), and do you do electroplating for the vias?
Hi everyone.. code sample This is my tsconfig.json file. As you can see, I'm linking imports directory as the standard typescript library in compiler options. tsci build is working without any issues. But when I run tsci dev, getting following error in the web browser code sample