Acoular 24.07 documentation

ImportGrid

«  RectGrid3D   ::   grids   ::   LineGrid  »

ImportGrid

class acoular.grids.ImportGrid

Bases: Grid

Loads a 3D grid from xml file.

from_file = File(filter=['*.xml'], desc='name of the xml file to import')

Name of the .xml-file from wich to read the data.

basename = Property(depends_on='from_file', desc='basename of xml file')

Basename of the .xml-file, without the extension; is set automatically / readonly.

import_gpos()

Import the the grid point locations from .xml file. Called when basename changes.

«  RectGrid3D   ::   grids   ::   LineGrid  »