Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LabPy/lantz
/ auto_range
Method
auto_range
lantz/drivers/examples/voltmeter.py:49–52 ·
view source on GitHub ↗
Autoselect a range.
(self, key)
Source
from the content-addressed store, hash-verified
47
48
@Action()
49
def
auto_range(self, key):
50
""
"Autoselect a range.
51
""
"
52
self.query(
'!ARANGE {}'
.format(key))
53
54
@Action()
55
def
calibrate(self):
Callers
1
simple_test
Function · 0.80
Calls
1
query
Method · 0.95
Tested by
no test coverage detected