Skip to content

Commit

Permalink
Merge branch 'signal_documentation' of github.com:mxcube/mxcubecore i…
Browse files Browse the repository at this point in the history
…nto signal_documentation
  • Loading branch information
meguiraun committed Mar 18, 2024
2 parents b729f85 + 793fdc0 commit 1494594
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/dev/hwobj_signals.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ From the {py:class}`HardwareObjectMixin` class (removing extra lines for brevity
dispatcher.send(signal, self, *args)
```

So, in a custom hardware object, since inhnerits from _BaseHardwareObject_, one only needs to call:
So, in a custom hardware object, since it inherits from {py:class}`HardwareObject`, one only needs to call:
```
self.emit('my_signal', new_value)
```
Expand Down

0 comments on commit 1494594

Please sign in to comment.