//: :class:`~acoular.environments.Environment` or derived object,
//: which provides information about the sound propagation in the medium.
env = Trait(Environment(), Environment)
//: The speed of sound, defaults to 343 m/s
c = Float(343.,
desc="speed of sound")
After Change
mpos = Property(desc="microphone geometry")
// Dummy property for Backward compatibility. See :attr:`~acoular.fbeamform.SteeringVector.env` for information.
env = Property()
// Dummy property for Backward compatibility. See :attr:`~acoular.fbeamform.SteeringVector.c` for information.
c = Property(desc="speed of sound")