ophyd.status

Functions

wait(status[, timeout, poll_rate]) (Blocking) wait for the status object to complete

Classes

AndStatus(left, right, **kwargs) a Status that has composes two other Status objects using logical and
DeviceStatus(device, **kwargs) Track the status of a potentially-lengthy action like moving or triggering.
MoveStatus(positioner, target, *[, start_ts]) Track the state of a movement from some initial to final “position”.
Status([obj, timeout, settle_time, done, …]) Track the status of a potentially-lengthy action like moving or triggering.
StatusBase(*[, timeout, settle_time, done, …]) Track the status of a potentially-lengthy action like moving or triggering.
SubscriptionStatus(device, callback[, …]) Status updated via ophyd events

Exceptions

UseNewProperty