The materials.py module#
Summary#
Manages EDB methods for material management accessible from Edb.materials property. |
Retrieve the float value expected in the line of an AMAT file. |
Module detail#
- materials.get_line_float_value(line)#
Retrieve the float value expected in the line of an AMAT file.
The associated string is expected to follow one of the following cases: - simple(‘permittivity’, 12.) - permittivity=’12’.
- materials.logger#
- materials.PositiveFloat#