ophyd.ophydobj.OphydObject._run_subs¶
-
OphydObject.
_run_subs
(*args, sub_type, **kwargs)¶ Run a set of subscription callbacks
Only the kwarg
sub_type
is required, indicating the type of callback to perform. All other positional arguments and kwargs are passed directly to the callback function.The host object will be injected into kwargs as ‘obj’ unless that key already exists.
If the timestamp is None, then it will be replaced by the current time.
No exceptions are raised if the callback functions fail.