Skip to content

Add WithDirection style + port_directions query#227

Open
gpeairs wants to merge 10 commits into
mainfrom
gp/lumped-direction
Open

Add WithDirection style + port_directions query#227
gpeairs wants to merge 10 commits into
mainfrom
gp/lumped-direction

Conversation

@gpeairs

@gpeairs gpeairs commented May 22, 2026

Copy link
Copy Markdown
Member

Closes #52. Adds a WithDirection <: GeometryEntityStyle style that annotates any GeometryEntity with a direction angle (CCW from +X in local frame), and a port_directions(sch::Schematic, ly::Symbol) -> Dict{Int, String} query that extracts Palace-compatible Direction strings for indexed entities on layer ly that carry the style.

@gpeairs gpeairs changed the title Add WithDirection style + port_directions query (Issue #52 Phase 2) Add WithDirection style + port_directions query May 22, 2026
@codecov

codecov Bot commented May 22, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

gpeairs added 7 commits June 1, 2026 11:52
Adds a `WithDirection <: GeometryEntityStyle` style that annotates any
`GeometryEntity` with a direction angle (CCW from +X in local frame),
and a `port_directions(sch::Schematic, ly::Symbol) -> Dict{Int, String}`
query that extracts Palace-compatible `Direction` strings for indexed
entities on layer `ly` that carry the style.

Minor fixes, simplify tests
@gpeairs gpeairs force-pushed the gp/lumped-direction branch from 7148613 to 0211db6 Compare June 1, 2026 09:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Report direction of lumped elements for simulation configuration

1 participant