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

Method wait_operation_complete_bit

lantz/drivers/ieee4882.py:126–131  ·  view source on GitHub ↗

Returns 1 to the output buffer after all pending commands complete. Other commands cannot be executed until this command completes.

(self)

Source from the content-addressed store, hash-verified

124
125 @Action()
126 def wait_operation_complete_bit(self):
127 """Returns 1 to the output buffer after all pending commands complete.
128
129 Other commands cannot be executed until this command completes.
130 """
131 return self.query('*OPC?')
132
133 @Action()
134 def set_operation_complete_bit(self):

Callers

nothing calls this directly

Calls 1

queryMethod · 0.45

Tested by

no test coverage detected