A simple coplanar electrical channel crosstalk extractor for Samuel.
Project description
Samu
A simple coplanar metal stripline electrical cross-talk 2.5D extractor.
Install
Using pip
$pip install samu
Usage
The tool requires two input YAML files:
samu example_setup.yml -g
The input setup file contains a description of the dielectric emersing the coplanar metal strips and the geometry of the setup:
#example_setup.yml
materials:
poliomide:
material_type: dielectric
rel_permittivity: 3.3
rel_permeability: 1.0
copper:
material_type: metal
resistivity: 1.68e-8 # Ohm.m
geometry:
units: micro
metal_width: 3.0
metal_thickness: 0.5
separation: 1.0
strip_length: 3e4 # 3 cm
The -gflag enables visualization of the geometry and the crosstalk results using a GUI.
Visualize results:
In the console:
Reading setup file: data/example_setup.yml...
samu > stamp: 2025-01-31 03:58:14 > results:
Results(
│ resistance=336.0,
│ self_inductance=0.0,
│ mutual_inductance=7.886464596170601e-07,
│ mutual_capacitance=1.8552987505740626e-12,
│ ground_capacitance=0.0
)
Done :-)
TransientSimulationConfig(
│ v1=UnitValue(0 V),
│ v2=UnitValue(1 V),
│ t1=PeriodValue(1 ns),
│ t2=PeriodValue(10 μs),
│ temperature=25,
│ nominal_temperature=25,
│ step_time=1e-11,
│ end_time=1e-06
)
Contribute
If you want to submit changes, keep it simple. Avoid unnecessary comments in the middle of the code - it speaks for itself.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
samu-0.1.4.tar.gz
(2.9 kB
view details)
File details
Details for the file samu-0.1.4.tar.gz.
File metadata
- Download URL: samu-0.1.4.tar.gz
- Upload date:
- Size: 2.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ff3270db8764a5ae829e07109013ea08822585fb0a883b858b62719c96c8b4d3
|
|
| MD5 |
c41e3ceb6328c256a9c688381830e4e0
|
|
| BLAKE2b-256 |
cc0d0ba1e4ba7bcbb6a8be9370b3b21ca4adb560bd5d9c97ad256d79b1be6f8e
|