Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LabPy/lantz
/ range
Method
range
lantz/drivers/examples/voltmeter.py:41–42 ·
view source on GitHub ↗
(self, key)
Source
from the content-addressed store, hash-verified
39
40
@DictFeat(values={0.1:
'0'
, 1:
'1'
, 10:
'2'
, 100:
'3'
, 1000:
'4'
}, keys=(0, 1))
41
def
range(self, key):
42
return
self.query(
'?RANGE {}'
.format(key))
43
44
@range
45
def
range(self, key, value):
Callers
nothing calls this directly
Calls
1
query
Method · 0.95
Tested by
no test coverage detected