mirror of
https://github.com/bec-project/ophyd_devices.git
synced 2025-06-24 11:41:09 +02:00
refactor(psi-signals): import bec signals on top level of ophyd_devices
This commit is contained in:
@ -18,5 +18,6 @@ from .sim.sim_waveform import SimWaveform
|
||||
SynSignalRO = ReadOnlySignal
|
||||
from .devices.softpositioner import SoftPositioner
|
||||
from .utils.bec_device_base import BECDeviceBase
|
||||
from .utils.bec_signals import *
|
||||
from .utils.dynamic_pseudo import ComputedSignal
|
||||
from .utils.static_device_test import launch
|
||||
|
@ -18,6 +18,9 @@ logger = bec_logger.logger
|
||||
# pylint: disable=signature-differs
|
||||
|
||||
|
||||
__all__ = ["ProgressSignal", "FileEventSignal", "PreviewSignal", "DynamicSignal", "AsyncSignal"]
|
||||
|
||||
|
||||
class SignalInfo(BaseModel):
|
||||
"""
|
||||
Base class for signal information.
|
||||
|
Reference in New Issue
Block a user