Create Config_PixelClock
30
Config_PixelClock.md
Normal file
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>
|
||||
 Integer value 1 activates this pixel clock. <BR>
|
||||
 **Default**: 0
|
||||
|
||||
**devicePath**::<BR>
|
||||
 String value defines the comedi device path.<BR>
|
||||
 **Default**: "" (empty string)
|
||||
|
||||
**maxCounters**::<BR>
|
||||
 Integer value defines the maximal number of subdevices.<BR>
|
||||
 **Default***: 0
|
||||
|
||||
**noHardware**::<BR>
|
||||
 Boolean value. Set to true to use PixelatorController without hardware.<BR>
|
||||
 **Default**: false
|
||||
|
||||
**waitUntilDoneInterval**::<BR>
|
||||
 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>
|
||||
 **Default***: 0.005
|
||||
|
||||
**waitUntilDoneTimeout**::<BR>
|
||||
 Double value defines the timeout (in seconds) used in waitUntilDone(). running() is called until it returns false or until waitUntilDoneTimeout is exceeded.<BR>
|
||||
 **Default**: 10.0
|
||||
Reference in New Issue
Block a user