Skip to content

Conversation

@TimWolz
Copy link

@TimWolz TimWolz commented Sep 11, 2025

setting the values works,
reading in does not

@photoniker photoniker self-assigned this Sep 11, 2025
@photoniker
Copy link
Contributor

photoniker commented Sep 12, 2025

some example to be used from itom:

mot = actuator("ThorlabsBDCServo", serialNo="101300274")
d = dataObject((2, 5), dtype="int16")
d[0, :] = np.array([100, 0, 0, 100, 15]).astype(np.int16)
d[1, :] = np.array([100, 0, 0, 100, 15]).astype(np.int16)
mot.setParam("DCPID", d)

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.

2 participants