Update ZMQ Publisher Reference

2026-09-16 11:51:59 +02:00
parent 4affef4ba7
commit f91dcf33c8
+9
@@ -18,6 +18,15 @@ Example:
['beamShutterStatus', 'red']
```
## 'detectorValues'
Set of detector values for the latest oscilloscope period. Data is a list of one float value per selected detector, in the order given by the "recordedChannels" message.
Example:
```
['detectorValues', [20.981, 976.0]]
```
## 'filename'
Indicates where scan data will be saved during the measurement. Follows after a 'scanStarted' message. Depending on the scan archive status pf the scan type, the scan data file may be moved out of the "discard" subdirectory after the scan has finished.