Private
Public Access
11
1

Create Config_PixelClock

2022-10-17 15:48:42 +02:00
parent 32db48fc4d
commit 9ac35cbdce

30
Config_PixelClock.md Normal file

@@ -0,0 +1,30 @@
# Pixel Clock
This file contains the pixel clock settings. It can have multiple pixel clock definitions, but only one of them can be active. The key of each pixel clock definition is the name of that pixel clock.
See source:trunk/PixelatorController/config/pixelClock.json for an example.
**active**::<BR>
&emsp;Integer value 1 activates this pixel clock. <BR>
&emsp;**Default**: 0
**devicePath**::<BR>
&emsp;String value defines the comedi device path.<BR>
&emsp;**Default**: "" (empty string)
**maxCounters**::<BR>
&emsp;Integer value defines the maximal number of subdevices.<BR>
&emsp;**Default***: 0
**noHardware**::<BR>
&emsp;Boolean value. Set to true to use PixelatorController without hardware.<BR>
&emsp;**Default**: false
**waitUntilDoneInterval**::<BR>
&emsp;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. <BR>
&emsp;**Default***: 0.005
**waitUntilDoneTimeout**::<BR>
&emsp;Double value defines the timeout (in seconds) used in waitUntilDone(). running() is called until it returns false or until waitUntilDoneTimeout is exceeded.<BR>
&emsp;**Default**: 10.0