Acoular 24.07 documentation

LineGrid

«  ImportGrid   ::   grids   ::   MergeGrid  »

LineGrid

class acoular.grids.LineGrid

Bases: Grid

Class for Line grid geometries.

loc = Tuple((0.0, 0.0, 0.0))

Staring point of the Grid

direction = Tuple((1.0, 0.0, 0.0), desc='Line orientation ')

Vector to define the orientation of the line source

length = Float(1, desc='length of the line source')

Vector to define the length of the line source in meter

numpoints = Int(1, desc='length of the line source')

number of grid points.

size = Property(desc='overall number of grid points')

Overall number of grid points. Readonly; is set automatically when other grid defining properties are set

gpos = Property(desc='x, y, z positions of grid points')

Grid positions as (3, size) array of floats, without invalid microphones; readonly.

«  ImportGrid   ::   grids   ::   MergeGrid  »