MCPcopy Create free account
hub / github.com/PyTTaMaster/PyTTa / plot_time_dB

Method plot_time_dB

pytta/classes/signal.py:1378–1379  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

1376 return self.systemSignal.plot_time(*args, **kwargs)
1377
1378 def plot_time_dB(self, *args, **kwargs):
1379 return self.systemSignal.plot_time_dB(*args, **kwargs)
1380
1381 def plot_freq(self, *args, **kwargs):
1382 return self.systemSignal.plot_freq(*args, **kwargs)

Callers

nothing calls this directly

Calls 1

plot_time_dBMethod · 0.45

Tested by

no test coverage detected