Skip to content

Commit

Permalink
remove the get/set function in Signal as I think it is inherent from …
Browse files Browse the repository at this point in the history
…device
  • Loading branch information
Relm-Arrowny committed Apr 15, 2024
1 parent 11a971d commit c623f5c
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/ophyd_async/core/signal.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,6 @@ def __init__(
self._timeout = timeout
self._init_backend = self._backend = backend

"""
@property
def name(self) -> str:
return self._name
def set_name(self, name: str = ""):
self._name = name
"""

async def connect(self, sim=False, timeout=DEFAULT_TIMEOUT):
if sim:
self._backend = SimSignalBackend(
Expand Down

0 comments on commit c623f5c

Please sign in to comment.