Two SmarGon axis versions
This commit is contained in:
@@ -595,7 +595,7 @@ abr:
|
|||||||
softwareTrigger: false
|
softwareTrigger: false
|
||||||
shx:
|
shx:
|
||||||
description: SmarGon X axis
|
description: SmarGon X axis
|
||||||
deviceClass: pxiii_bec.devices.SmarGonAxis
|
deviceClass: pxiii_bec.devices.SmarGonAxisA
|
||||||
deviceConfig: {prefix: 'SCS', low_limit: -2, high_limit: 2, sg_url: 'http://x06da-smargopolo.psi.ch:3000'}
|
deviceConfig: {prefix: 'SCS', low_limit: -2, high_limit: 2, sg_url: 'http://x06da-smargopolo.psi.ch:3000'}
|
||||||
onFailure: buffer
|
onFailure: buffer
|
||||||
enabled: true
|
enabled: true
|
||||||
@@ -604,7 +604,7 @@ shx:
|
|||||||
softwareTrigger: false
|
softwareTrigger: false
|
||||||
shy:
|
shy:
|
||||||
description: SmarGon Y axis
|
description: SmarGon Y axis
|
||||||
deviceClass: pxiii_bec.devices.SmarGonAxis
|
deviceClass: pxiii_bec.devices.SmarGonAxisA
|
||||||
deviceConfig: {prefix: 'SCS', low_limit: -2, high_limit: 2, sg_url: 'http://x06da-smargopolo.psi.ch:3000'}
|
deviceConfig: {prefix: 'SCS', low_limit: -2, high_limit: 2, sg_url: 'http://x06da-smargopolo.psi.ch:3000'}
|
||||||
onFailure: buffer
|
onFailure: buffer
|
||||||
enabled: true
|
enabled: true
|
||||||
@@ -613,7 +613,7 @@ shy:
|
|||||||
softwareTrigger: false
|
softwareTrigger: false
|
||||||
shz:
|
shz:
|
||||||
description: SmarGon Z axis
|
description: SmarGon Z axis
|
||||||
deviceClass: pxiii_bec.devices.SmarGonAxis
|
deviceClass: pxiii_bec.devices.SmarGonAxisA
|
||||||
deviceConfig: {prefix: 'SCS', low_limit: 10, high_limit: 22, sg_url: 'http://x06da-smargopolo.psi.ch:3000'}
|
deviceConfig: {prefix: 'SCS', low_limit: 10, high_limit: 22, sg_url: 'http://x06da-smargopolo.psi.ch:3000'}
|
||||||
onFailure: buffer
|
onFailure: buffer
|
||||||
enabled: true
|
enabled: true
|
||||||
@@ -622,7 +622,7 @@ shz:
|
|||||||
softwareTrigger: false
|
softwareTrigger: false
|
||||||
chi:
|
chi:
|
||||||
description: SmarGon CHI axis
|
description: SmarGon CHI axis
|
||||||
deviceClass: pxiii_bec.devices.SmarGonAxis
|
deviceClass: pxiii_bec.devices.SmarGonAxisA
|
||||||
deviceConfig: {prefix: 'SCS', low_limit: 0, high_limit: 40, sg_url: 'http://x06da-smargopolo.psi.ch:3000'}
|
deviceConfig: {prefix: 'SCS', low_limit: 0, high_limit: 40, sg_url: 'http://x06da-smargopolo.psi.ch:3000'}
|
||||||
onFailure: buffer
|
onFailure: buffer
|
||||||
enabled: true
|
enabled: true
|
||||||
@@ -631,7 +631,7 @@ chi:
|
|||||||
softwareTrigger: false
|
softwareTrigger: false
|
||||||
phi:
|
phi:
|
||||||
description: SmarGon PHI axis
|
description: SmarGon PHI axis
|
||||||
deviceClass: pxiii_bec.devices.SmarGonAxis
|
deviceClass: pxiii_bec.devices.SmarGonAxisA
|
||||||
deviceConfig: {prefix: 'SCS', sg_url: 'http://x06da-smargopolo.psi.ch:3000'}
|
deviceConfig: {prefix: 'SCS', sg_url: 'http://x06da-smargopolo.psi.ch:3000'}
|
||||||
onFailure: buffer
|
onFailure: buffer
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|||||||
@@ -6,7 +6,8 @@ Ophyd devices for the PX III beamline, including the MX specific Aerotech A3200
|
|||||||
"""
|
"""
|
||||||
from .A3200 import AerotechAbrStage
|
from .A3200 import AerotechAbrStage
|
||||||
from .A3200utils import A3200Axis
|
from .A3200utils import A3200Axis
|
||||||
from .SmarGon2 import SmarGonAxis
|
from .SmarGonA import SmarGonAxis as SmarGonAxisA
|
||||||
|
from .SmarGonB import SmarGonAxis as SmarGonAxisB
|
||||||
from .StdDaqPreview import StdDaqPreviewDetector
|
from .StdDaqPreview import StdDaqPreviewDetector
|
||||||
from .NDArrayPreview import NDArrayPreview
|
from .NDArrayPreview import NDArrayPreview
|
||||||
from .SamCamDetector import SamCamDetector
|
from .SamCamDetector import SamCamDetector
|
||||||
|
|||||||
Reference in New Issue
Block a user