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

Method set_operation_complete_bit

lantz/drivers/ieee4882.py:134–141  ·  view source on GitHub ↗

Sets "Operation Complete" (bit 0) in the Standard Event register at the completion of the current operation. The purpose of this command is to synchronize your application with the instrument. Other commands may be executed before Operation Complete bit is set.

(self)

Source from the content-addressed store, hash-verified

132
133 @Action()
134 def set_operation_complete_bit(self):
135 """Sets "Operation Complete" (bit 0) in the Standard Event register at
136 the completion of the current operation.
137
138 The purpose of this command is to synchronize your application with the instrument.
139 Other commands may be executed before Operation Complete bit is set.
140 """
141 return self.query('*OPC')
142
143 @Feat(values={True: 0, False: 1})
144 def poweron_status_clear_enabled(self):

Callers

nothing calls this directly

Calls 1

queryMethod · 0.45

Tested by

no test coverage detected