fix: updated to new ophyd_devices repo structure
This commit is contained in:
@@ -49,7 +49,7 @@ femto_mean_curr:
|
||||
softwareTrigger: false
|
||||
es1_roty:
|
||||
description: 'Test rotation stage'
|
||||
deviceClass: ophyd_devices.epics.devices.EpicsMotorX
|
||||
deviceClass: ophyd_devices.devices.EpicsMotorX
|
||||
deviceConfig: {prefix: 'X02DA-ES1-SMP1:ROTY'}
|
||||
onFailure: buffer
|
||||
enabled: true
|
||||
|
||||
@@ -11,7 +11,10 @@ from ophyd import Device, EpicsSignal, EpicsSignalRO, EpicsSignalWithRBV
|
||||
|
||||
# import numpy as np
|
||||
from ophyd.ophydobj import Kind
|
||||
from ophyd_devices.epics.devices.psi_detector_base import CustomDetectorMixin, PSIDetectorBase
|
||||
from ophyd_devices.interfaces.base_classes.psi_detector_base import (
|
||||
CustomDetectorMixin,
|
||||
PSIDetectorBase,
|
||||
)
|
||||
|
||||
# os.environ["EPICS_CA_AUTO_ADDR_LIST"] = "No"
|
||||
# os.environ["EPICS_CA_ADDR_LIST"] = "129.129.208.143"
|
||||
|
||||
Reference in New Issue
Block a user