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