Table of Contents
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::
Integer value 1 activates this pixel clock.
Default: 0
devicePath::
OBSOLETE: Use deviceName instead. String value defines the comedi device path.
Default: "" (empty string)
deviceName::
String value defines the device location in the /sys directory.
Default: "" (empty string)
maxCounters::
Integer value defines the maximal number of subdevices.
Default*: 0
noHardware::
Boolean value. Set to true to use PixelatorController without hardware.
Default: false
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::
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