From 79b60ab5855649c3ddf573add428fc6f546d9870 Mon Sep 17 00:00:00 2001 From: watts Date: Wed, 26 Oct 2022 14:53:24 +0200 Subject: [PATCH] Update Config_PixelClock --- Config_PixelClock.md | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/Config_PixelClock.md b/Config_PixelClock.md index e18703e..bc1f645 100644 --- a/Config_PixelClock.md +++ b/Config_PixelClock.md @@ -3,28 +3,32 @@ This file contains the pixel clock settings. It can have multiple pixel clock de See source:trunk/PixelatorController/config/pixelClock.json for an example. - **active**::
+**active**::
 Integer value 1 activates this pixel clock.
 **Default**: 0 - **devicePath**::
+**devicePath**::
 String value defines the comedi device path.
 **Default**: "" (empty string) - **maxCounters**::
+**maxCounters**::
 Integer value defines the maximal number of subdevices.
 **Default***: 0 - **noHardware**::
+**noHardware**::
 Boolean value. Set to true to use PixelatorController without hardware.
 **Default**: false - **waitUntilDoneInterval**::
+**doOnly**::
+ Boolean value. Set to true to use PixelatorController without hardware other than the pixel clock.
+ **Default**: false + +**waitUntilDoneInterval**::
 Double value defines the interval (in seconds) used in waitUntilDone(). running() is called in this interval until it returns false or until waitUntilDoneTimeout is exceeded.
 **Default***: 0.005 - **waitUntilDoneTimeout**::
+**waitUntilDoneTimeout**::
 Double value defines the timeout (in seconds) used in waitUntilDone(). running() is called until it returns false or until waitUntilDoneTimeout is exceeded.
 **Default**: 10.0 \ No newline at end of file