ImportGrid#
- class acoular.grids.ImportGrid
 Bases:
GridLoad a 3D grid from an XML file.
This class is used to import a 3D grid defined in an XML file. The grid’s positions and subgrid names are parsed and stored for further processing.
- file = Union(None, File(filter=['*.xml'], exists=True), desc='name of the xml file to import')
 Name of the .xml-file from which to read the data.
- subgrids = CArray(desc='names of subgrids for each point')
 Names of subgrids for each point. This is an optional property, typically used when grids are divided into named subregions.
- digest = Property(depends_on=['_gpos'])
 A unique identifier for the grid, based on its properties. (read-only)