Private
Public Access
11
1

Update Config_PixelClock

2025-10-29 12:12:20 +01:00
parent 61b4abc0da
commit 1a9fa9c792

@@ -1,34 +1,38 @@
# 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
**doOnly**::<BR>
&emsp;Boolean value. Set to true to use PixelatorController without hardware other than the pixel clock.<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>
# 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;OBSOLETE: Use deviceName instead. String value defines the comedi device path.<BR>
&emsp;**Default**: "" (empty string)
**deviceName**::<BR>
&emsp;String value defines the device location in the /sys directory.<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
**doOnly**::<BR>
&emsp;Boolean value. Set to true to use PixelatorController without hardware other than the pixel clock.<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