Metadata-Version: 2.4
Name: temfield_mpylab
Version: 0.0.3
Summary: Radiated Susceptibility in (G)TEM cells using MpyLab
Author-email: Hans Georg Krauthäuser <hgk@ieee.org>
Maintainer-email: Hans Georg Krauthäuser <hgk@ieee.org>
License-Expression: GPL-3.0-or-later
Project-URL: Homepage, https://www.tu-dresden.de/et/tet
Project-URL: Repository, https://gitlab.hrz.tu-chemnitz.de/chair-of-electromagnetic-theory-and-compatibility-at-tu-dresden/mpylab/TEMField.git
Project-URL: Documentation, https://temfield-1012e2.gp.hrz.tu-chemnitz.de/
Keywords: pyvisa,gpib,measurements,laboratory
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: matplotlib>=3.9.4
Requires-Dist: mpylab
Requires-Dist: numpy>=2.0.2
Requires-Dist: pyside6>=6.10.1
Requires-Dist: scuq>=0.9.1
Provides-Extra: docs
Requires-Dist: sphinx>=8.0; extra == "docs"
Provides-Extra: dev
Requires-Dist: pytest>=7.0; extra == "dev"
Provides-Extra: release
Requires-Dist: build>=1.2; extra == "release"
Requires-Dist: twine>=6.2; extra == "release"
Requires-Dist: wheel; extra == "release"
Dynamic: license-file

# TemField

Radiated EMC susceptibility measurements in (G)TEM waveguides using **mpylab**

This software is distributed unter GPL-3 or higher. See LICENSE for details.

## Installation

```bash
pip install temfield-mpylab
```

For an isolated application-style installation, `pipx` is also useful:

```bash
pipx install temfield-mpylab
```

This installs the package in its own environment and exposes the command line
tools `temfield` and `temfield-info` on your `PATH`.

## Command line

Start the GUI with:

```bash
temfield
```

Show installation and dependency information with:

```bash
temfield-info
```

Use `temfield-info --json` for machine-readable output.

## License

GPL-3 or higher

## Repository

[https://gitlab.hrz.tu-chemnitz.de/chair-of-electromagnetic-theory-and-compatibility-at-tu-dresden/mpylab/TEMField.git](https://gitlab.hrz.tu-chemnitz.de/chair-of-electromagnetic-theory-and-compatibility-at-tu-dresden/mpylab/TEMField.git)

## Documentation

[https://temfield-1012e2.gp.hrz.tu-chemnitz.de/](https://temfield-1012e2.gp.hrz.tu-chemnitz.de/)


## Contact

Prof. Dr. Hans Georg Krauthäuser (hgk@ieee.org)  
Chair for Electromagnetic Theory and Compatibility  
Technische Universität Dresden, Dresden, Germany
