The materials.py module#

Summary#

Materials

Manages EDB methods for material management accessible from Edb.materials property.

get_line_float_value

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#