mirror of
https://github.com/bec-project/ophyd_devices.git
synced 2025-05-29 08:00:42 +02:00
fix: allow SettableSignal.get to take kwargs
Passed by ophyd signal.set for array/tuple values
This commit is contained in:
parent
0584a53b34
commit
5d8ef8c8eb
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user