Microstrip Line#

simpleEMS.microstrip_line Module#

Microstrip transmission line design and simulation.

Provides MicrostripLineParams for defining the geometric and material properties of a microstrip line, and MicrostripLine for constructing the full simulation structure (substrate, ground, trace, ports, and mesh) using openEMS.

Classes#

MicrostripLineParams(min_freq, max_freq, ...)

Parameters for a microstrip transmission line.

MicrostripLine(params, sim)

A class for modeling and simulating microstrip transmission lines.