Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PyTTaMaster/PyTTa
/ plot_freq
Method
plot_freq
pytta/classes/signal.py:1381–1382 ·
view source on GitHub ↗
(self, *args, **kwargs)
Source
from the content-addressed store, hash-verified
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)
1383
1384
# Properties
1385
Callers
nothing calls this directly
Calls
1
plot_freq
Method · 0.45
Tested by
no test coverage detected