gda_functions¶
Functions for communicating with GDA
gda_datavis_file_message(filepath, connect_to=None)
¶
Send an ActiveMQ message using stomp with a filepath. This will be picked up by any GDA instance connected to the control machine in the DataVis perspective.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
filepath
|
str
|
path to file to send, e.g. "/dls/i16/data/2022/cm31138-14/processed/960677_msmapper.nxs" |
required |
connect_to
|
str | None
|
name of beamline control machine |
None
|