Private
Public Access
11
1
3
Config_PixelClock
watts edited this page 2025-10-29 12:12:20 +01:00
This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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