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

Method idn

lantz/drivers/ieee4882.py:22–26  ·  view source on GitHub ↗

Instrument identification.

(self)

Source from the content-addressed store, hash-verified

20
21 @Feat(read_once=True)
22 def idn(self):
23 """Instrument identification.
24 """
25 return self.parse_query('*IDN?',
26 format='{manufacturer:s},{model:s},{serialno:s},{softno:s}')
27
28 @Feat(read_once=True)
29 def fitted_options(self):

Callers

nothing calls this directly

Calls 1

parse_queryMethod · 0.45

Tested by

no test coverage detected