Internal simulation utilities for YAGEO/KEMET passive components
Project description
ysimlib
tools for handling YAGEO components MLCC, Polymer and Film capacitors
how to use it
pip install ysimlib==0.1.0
avaialbe functions :
parameter for the functions : pn: is a valid KEMET/YAGEO partnumber - 14 digits temperature: is in a range from -55°C to +125°C f_min : start frequency 10Hz minimum f_max : stop frequency 10GHz maximum
the return an array of list of tuples [(freq_1, value_1), (freq_2, value_2),(freq_3, value_3) ... (freq_n, value_n)]
Please note the frequencies above 1 GHz are extraploted
ATTENTION : the server delivers not always a full frequency range, sometimes at the end are empty tupels
Please check carefully
function get_esr_data( pn: str, temperature: int = 25, f_min: float = 10_000, f_max: float = 500_000)
function get_current_data pn: str, temperature: int = 25, f_min: float = 10_000, f_max: float = 500_000)
function get_voltage_data( pn: str, temperature: int = 25, f_min: float = 10_000, f_max: float = 500_000)
function get_impedance_data( pn: str, temperature: int = 25, f_min: float = 10_000, f_max: float = 500_000)
function get_capacitance_data ( pn: str, temperature: int = 25, f_min: float = 10_000, f_max: float = 500_000)
get_thermal_resistance(pn)
get_Rth_from_dimensions(pn)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ysimlib-0.1.1.tar.gz.
File metadata
- Download URL: ysimlib-0.1.1.tar.gz
- Upload date:
- Size: 12.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
461c541e89d6c3df80edfe6f878393c0c75d5242ec9a296f4e4b0862e7981491
|
|
| MD5 |
7dee7e4a6df9d88eda15a1f85b027a6c
|
|
| BLAKE2b-256 |
1aac169e678b44589755e18e443474ccf56c678032ab71d7ca041bbd52bd75a7
|
File details
Details for the file ysimlib-0.1.1-py3-none-any.whl.
File metadata
- Download URL: ysimlib-0.1.1-py3-none-any.whl
- Upload date:
- Size: 15.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5cdb0a0434d14086598848968c39b796a4ae2f3d0d93f2df3590bc2e5989796e
|
|
| MD5 |
3757f1965623d8320e99ca61c0486620
|
|
| BLAKE2b-256 |
985b75fabb462b9fcc0d35d9794c5c53423a29bf20767876bc21e606dccd0c7e
|