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

Method self_test

lantz/drivers/ieee4882.py:41–47  ·  view source on GitHub ↗

Performs a complete instrument self-test. If test fails, one or more error messages will provide additional information. When available, Use SYSTem:ERRor? to read error queue.

(self)

Source from the content-addressed store, hash-verified

39
40 @Action()
41 def self_test(self):
42 """Performs a complete instrument self-test.
43
44 If test fails, one or more error messages will provide additional information.
45 When available, Use SYSTem:ERRor? to read error queue.
46 """
47 return self.query('*TST?') == '0'
48
49 @Action()
50 def wait(self):

Callers

nothing calls this directly

Calls 1

queryMethod · 0.45

Tested by

no test coverage detected