Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LabPy/lantz
/ amplitude
Method
amplitude
lantz/drivers/examples/foreign_example.py:34–37 ·
view source on GitHub ↗
Amplitude.
(self)
Source
from the content-addressed store, hash-verified
32
33
@Feat(units=
'V'
, limits=(10,))
34
def
amplitude(self):
35
""
"Amplitude.
36
""
"
37
return
float(self.query(
'?AMP'
))
38
39
@amplitude.setter
40
def
amplitude(self, value):
Callers
nothing calls this directly
Calls
1
query
Method · 0.45
Tested by
no test coverage detected