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

Method a_read_only_property

lantz/drivers/examples/serial_example.py:25–28  ·  view source on GitHub ↗

Help for a a_read_only_property

(self)

Source from the content-addressed store, hash-verified

23
24 @Feat()
25 def a_read_only_property(self):
26 """Help for a a_read_only_property
27 """
28 return self.query('*IDN?')
29
30 @Feat(units='V', limits=(10,))
31 def a_read_write_property(self):

Callers

nothing calls this directly

Calls 1

queryMethod · 0.45

Tested by

no test coverage detected