Skip to content

Conversation

@Bilchreis
Copy link
Contributor

  • removes complicated event loop handling from SECoPNodeDevice class
  • device instantiation, and connection to HW are now seperated
  • device connection should be done using a context manager from now on:
    with RE present:
    with init_devices():
       cryo = SECoPNodeDevice(
           sec_node_uri="localhost:10769",
       )

instantiation without RE:

    async with init_devices():
        cryo = SECoPNodeDevice(
            sec_node_uri="localhost:10769",
        )

@Bilchreis Bilchreis merged commit 7898d1e into master Oct 21, 2025
10 checks passed
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