MCPcopy Create free account
hub / github.com/LabPy/lantz / a_read_write_property

Method a_read_write_property

lantz/drivers/examples/serial_example.py:31–34  ·  view source on GitHub ↗

Help for a_read_write_property

(self)

Source from the content-addressed store, hash-verified

29
30 @Feat(units='V', limits=(10,))
31 def a_read_write_property(self):
32 """Help for a_read_write_property
33 """
34 return float(self.query('?AMP'))
35
36 @a_read_write_property.setter
37 def a_read_write_property(self, value):

Callers

nothing calls this directly

Calls 1

queryMethod · 0.45

Tested by

no test coverage detected