-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Peter Wegmann
committed
Sep 3, 2024
1 parent
e90a791
commit 0394b3c
Showing
3 changed files
with
133 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
from secop_ophyd.SECoPDevices import SECoPNodeDevice | ||
|
||
|
||
async def test_node_nexus_struct(cryo_sim, cryo_node_internal_loop: SECoPNodeDevice): | ||
generated_text = await cryo_node_internal_loop.generate_nexus_struct() | ||
|
||
print(generated_text) | ||
|
||
await cryo_node_internal_loop.disconnect_async() |