MicroStripLine#
- class pyedb.libraries.rf_libraries.base_functions.MicroStripLine(edb_cell, layer: str, net: str, x0: float | str = 0.0, y0: float | str = 0.0, length: float | str = '1mm', width: float | str = '0.2mm', angle: float | str = 0.0, freq: float | str | None = None)#
Single-ended micro-strip line with fixed geometry and editable stack-up.
- Parameters:
- edb
object EDB application / API handle.
- layer
str Conductor layer on which the trace is drawn.
- net
str Net name assigned to the trace.
- x0, y0
float Global start coordinates (mm, m, or whatever length unit is active in AEDT).
- length
float Physical length of the line (same unit as x0/y0).
- angle
float Rotation angle in degrees (0° = along +X).
- freq
float,optional Reference frequency (Hz) used to compute the electrical length. If None, electrical_length will be None.
- edb
Overview#
Import detail#
from pyedb.libraries.rf_libraries.base_functions import MicroStripLine
Property detail#
- property MicroStripLine.width#
Attribute detail#
- MicroStripLine.layer#
- MicroStripLine.net#
- MicroStripLine.x0#
- MicroStripLine.y0#
- MicroStripLine.angle#
- MicroStripLine.freq = None#
- MicroStripLine.substrate#
- MicroStripLine.id = None#