We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f12af33 commit 5d423c2Copy full SHA for 5d423c2
src/genie_python/genie.py
@@ -131,7 +131,7 @@ class _GetbeamlineparsReturn(TypedDict):
131
132
133
@log_command_and_handle_exception
134
-def set_instrument(pv_prefix: str, import_instrument_init: bool = True) -> None:
+def set_instrument(pv_prefix: str | None, import_instrument_init: bool = True) -> None:
135
"""
136
Sets the instrument this session is communicating with.
137
Used for remote access - do not delete.
0 commit comments