Skip to content

Commit e0442a7

Browse files
RFingAdamclaude
andcommitted
feat: Add conducted emissions, near-field, filter design, immunity analyzers (#34-#37)
Wave 1 of prescan report excellence milestone: - Conducted emissions analyzer with LISN model, SMPS harmonics, CISPR 25/FCC limits - Near-field EMI probe modeling with magnetic/electric dipole fields - EMI filter design with pi-filter, CMC, LC, ferrite bead insertion loss - Immunity margin analysis with coupling paths, BCI, transfer impedance - 164 new tests (1059 total), 4 new simulation plot types Closes #34, closes #35, closes #36, closes #37 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 4c71780 commit e0442a7

11 files changed

Lines changed: 5230 additions & 1 deletion

File tree

src/mcp_pcb_emcopilot/analyzers/emc/__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
from .radiated_emissions import EmissionsAnalyzer, EmissionsResult
88
from .grounding import GroundingAnalyzer, GroundingResult
99
from .esd_assessment import ESDAnalyzer, ESDResult
10+
from .filter_design import FilterDesigner, FilterDesignResult
1011

1112
__all__ = [
1213
"CurrentLoopAnalyzer",
@@ -19,4 +20,6 @@
1920
"GroundingResult",
2021
"ESDAnalyzer",
2122
"ESDResult",
23+
"FilterDesigner",
24+
"FilterDesignResult",
2225
]

0 commit comments

Comments
 (0)