Skip to content

Allow sepcifying 'actuator' and 'name' in Ax DOFs when 'actuator' is a string - #346

Merged
thopkins32 merged 1 commit into
mainfrom
fix-dof-name-actuator
Aug 20, 2026
Merged

Allow sepcifying 'actuator' and 'name' in Ax DOFs when 'actuator' is a string#346
thopkins32 merged 1 commit into
mainfrom
fix-dof-name-actuator

Conversation

@thopkins32

Copy link
Copy Markdown
Collaborator

This is required for interaction with queueserver when trying to control components of allowed devices.

E.g. The actuator is m2.roll and m2.roll.name == "m2-roll". You would specify:

from blop.ax import RangeDOF
dof = RangeDOF(actuator="m2.roll", name="m2-roll", ...)

I raised this consistency issue in bluesky/bluesky-queueserver#367

Closes #345

@thopkins32
thopkins32 merged commit 67a6d42 into main Aug 20, 2026
21 checks passed
@thopkins32
thopkins32 deleted the fix-dof-name-actuator branch August 20, 2026 16:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

BUG: Using subdevices as actuators for queueserver

1 participant