Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add additional aliases to transistor ports #587

Closed
wants to merge 1 commit into from

Conversation

Anshgrover23
Copy link
Contributor

/claim #581
Fixes #581

Copy link

vercel bot commented Jan 30, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
tscircuit-core-benchmarks ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 30, 2025 11:07am

Comment on lines +37 to +39
pin1: transistorPins[5], // base
pin2: transistorPins[3], // collector
pin3: transistorPins[1], // emitter
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not needed

expect(components).toHaveLength(1)
const component = components[0]

const ports = circuit.db.schematic_port.list()
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Test for the pcb_port aliases

Copy link
Contributor

@ShiboSoftwareDev ShiboSoftwareDev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pin2: Emitter, pin3: Base, pin1: Collector
image

Copy link

github-actions bot commented Feb 5, 2025

This PR has been automatically marked as stale because it has had no recent activity. It will be closed if no further activity occurs.

Copy link

github-actions bot commented Feb 6, 2025

This PR was closed because it has been inactive for 1 day since being marked as stale.

@github-actions github-actions bot closed this Feb 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

connect to transistor terminals
3 participants