seveibar/testpoints
This hardware consists of a small PCB with five test points arranged linearly, interconnected through a 1kΩ resistor and a 1000pF capacitor, forming a simple RC test configuration.
Usage: For the "@tsci/seveibar.testpoints" package, you would import and use the testpoints as follows: Import: ```tsx import { testpoint } from "@tsci/seveibar.testpoints" ``` Usage: ```tsx <board> <testpoint name="A" footprintVariant="pad" pcbX={-5.5} pcbY={-2} padDiameter="0.5mm" /> </board> ``` Key properties: - `name`: Unique identifier for the testpoint - `footprintVariant`: Style of testpoint (e.g., "pad") - `pcbX`, `pcbY`: Positioning on PCB - `padDiameter`: Size of testpoint pad You can also specify connections between testpoints using the `connections` prop.
- Version
- 0.0.1
- License
- unset
- Stars
- 0
dist/package.tgz
PCB
Schematic
A text preview is not available for this file.