Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LabPy/lantz
/ fitted_options
Method
fitted_options
lantz/drivers/ieee4882.py:29–32 ·
view source on GitHub ↗
Fitted options.
(self)
Source
from the content-addressed store, hash-verified
27
28
@Feat(read_once=True)
29
def
fitted_options(self):
30
""
"Fitted options.
31
""
"
32
return
self.query(
'*OPT?'
).split(
','
)
33
34
@Action()
35
def
reset(self):
Callers
nothing calls this directly
Calls
1
query
Method · 0.45
Tested by
no test coverage detected