fix: allow SettableSignal.get to take kwargs

Passed by ophyd signal.set for array/tuple values
This commit is contained in:
perl_d 2025-01-24 15:57:50 +01:00
parent 0584a53b34
commit 5d8ef8c8eb

View File

@ -73,7 +73,7 @@ class SetableSignal(Signal):
return time.time()
# pylint: disable=arguments-differ
def get(self):
def get(self, **kwargs):
"""Get the current position of the simulated device.
Core function for signal.