From c3b5b3238a3eb55f07384b2cce5456f52d7004f8 Mon Sep 17 00:00:00 2001 From: watts Date: Wed, 16 Sep 2026 14:28:30 +0200 Subject: [PATCH] Update ZMQ Message Reference --- ZMQ-Message-Reference.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/ZMQ-Message-Reference.md b/ZMQ-Message-Reference.md index 7e0ffe4..5f0abf6 100644 --- a/ZMQ-Message-Reference.md +++ b/ZMQ-Message-Reference.md @@ -367,6 +367,17 @@ msg2 = ['modified zonePlate definition', ## 'oscilloscopeDefinition' +Parameters describing the function of the oscilloscope view of periodic detector readings. Data is a dictionary with the following fields: +* "on": Boolean integer stating whether the detector readings will be published. +* "interval": Float value for the time period (seconds) between detector values being published (min. allowed value is 0.1s). +* "countRate": Boolean integer stating whether the published values are per second (1/True), or raw detector values (0/False) + +Example: +``` +['oscilloscopeDefinition', {'countRate': 1, 'interval': 1.0, 'on': 0}] +``` + + ## 'focusType' ## 'scanTypeArchive'