Skip to content

Commit

Permalink
Change description and add to other methods not implemented
Browse files Browse the repository at this point in the history
  • Loading branch information
thomashopkins32 committed Dec 10, 2024
1 parent 9264700 commit 1093e6b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ophyd/_dummy_shim.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,19 +40,19 @@ def setup(logger):


def caget(*args, **kwargs):
raise NotImplementedError
raise NotImplementedError("Dummy control layer in-use. Try installing either pyepics or caproto.")


def caput(*args, **kwargs):
raise NotImplementedError
raise NotImplementedError("Dummy control layer in-use. Try installing either pyepics or caproto.")


def get_pv(*args, **kwargs):
raise NotImplementedError("Missing install for either pyepics or caproto.")
raise NotImplementedError("Dummy control layer in-use. Try installing either pyepics or caproto.")


def release_pvs(*args, **kwargs):
raise NotImplementedError
raise NotImplementedError("Dummy control layer in-use. Try installing either pyepics or caproto.")


def get_dispatcher():
Expand Down

0 comments on commit 1093e6b

Please sign in to comment.