mxcubecore.HardwareObjects.Gphl.GphlWorkflowConnection#
Workflow connection, interfacing to external workflow engine using py4j and Abstract Beamline Interface messages
License:
This file is part of MXCuBE.
MXCuBE is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
MXCuBE is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along with MXCuBE. If not, see <https://www.gnu.org/licenses/>.
Classes
|
This HO acts as a gateway to the Global Phasing workflow engine. |
- class mxcubecore.HardwareObjects.Gphl.GphlWorkflowConnection.GphlWorkflowConnection(name)[source]#
Bases:
HardwareObjectYaml
This HO acts as a gateway to the Global Phasing workflow engine.
- get_bdg_licence_dir(name)[source]#
Get directory containing specific licence file (if any) for program called ‘name’
- processMessage(py4j_message)[source]#
Receive and process message from workflow server Return goes to server
NB Callled freom external java) workflow
- processText(py4j_message)[source]#
Receive and process info message from workflow server Return goes to server
NB Callled freom external java) workflow
- toJStringArray(arr)[source]#
Modified from https://stackoverflow.com/questions/61230680/pyspark-py4j-create-java-string-array