Private
Public Access
Update ZMQ Publisher Reference
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user