We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When a MOTPAR specification shows misc_par_1 = sm1, that means to replace the usual motor signal number with the supplied suffix.
misc_par_1 = sm1
Such as:
# Device nodes VM_EPICS_M1 = 8ida: 38 VM_EPICS_M1 = 8idd: 17 VM_EPICS_M1 = 8idi: 160 # ... MOT009 = EPICS_M2:2/129 2000 1 2000 200 50 125 0 0x003 tth tth MOTPAR:misc_par_1 = sm1
should output
tth = EpicsMotor('8idi:sm1', name='tth')
The text was updated successfully, but these errors were encountered:
MNT #7 handle MOTPAR:misc_par_1
3916488
per BCDA-APS/apstools#196
MNT #196
772403e
prjemian
Successfully merging a pull request may close this issue.
When a MOTPAR specification shows
misc_par_1 = sm1
, that means to replace the usual motor signal number with the supplied suffix.Such as:
should output
The text was updated successfully, but these errors were encountered: