Returns 1 to the output buffer after all pending commands complete. Other commands cannot be executed until this command completes.
(self)
| 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): |