tscircuit/autorouting-dataset-01

This code manages the hardware and electronic components for circuit design and PCB layout, defining components like resistors, capacitors, transistors, connectors, and footprints, and providing tools for component placement, PCB topology, and electrical connections.

Version
1.0.102
License
unset
Stars
4

types/README.md

- types/ComponentSpecification.ts
Detailed specification for a circuit component.

- types/ComponentType.ts
Supported component types for generation.

- types/GenerationConfiguration.ts
Configuration options for the random circuit generation.

- types/GenerationContext.ts
Context object passed through the generation process.

- types/PinInfo.ts
Information about the pins of a component.