Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DreamSourceLab/DSView
/ module_id
Method
module_id
libsigrokdecode4DSL/decoders/xfp/pd.py:188–189 ·
view source on GitHub ↗
(self, data)
Source
from the content-addressed store, hash-verified
186
return
"%.1f nm"
% wl
187
188
def
module_id(self, data):
189
self.annotate(
"Module identifier"
, MODULE_ID.get(data[0],
"Unknown"
))
190
191
def
signal_cc(self, data):
192
# No good data available.
Callers
nothing calls this directly
Calls
2
annotate
Method · 0.95
get
Method · 0.80
Tested by
no test coverage detected