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

Method plot_time

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

Source from the content-addressed store, hash-verified

1373 pass
1374
1375 def plot_time(self, *args, **kwargs):
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)

Callers

nothing calls this directly

Calls 1

plot_timeMethod · 0.45

Tested by

no test coverage detected