desc="speed of sound")
//: Start time of the signal in seconds, defaults to 0 s.
start_t = Float(0.0,
desc="signal start time")
//: Start time of the data aquisition at microphones in seconds,
//: defaults to 0 s.
start = Float(0.0,
After Change
// The speed of sound.
// Deprecated! Only kept for backwards compatibility.
// Now governed by :attr:`env` trait.
c = Property()
def _get_c(self):
return self.env.c