Update Config_PixelClock
@@ -3,28 +3,32 @@ This file contains the pixel clock settings. It can have multiple pixel clock de
|
||||
|
||||
See source:trunk/PixelatorController/config/pixelClock.json for an example.
|
||||
|
||||
**active**::<BR>
|
||||
**active**::<BR>
|
||||
 Integer value 1 activates this pixel clock. <BR>
|
||||
 **Default**: 0
|
||||
|
||||
**devicePath**::<BR>
|
||||
**devicePath**::<BR>
|
||||
 String value defines the comedi device path.<BR>
|
||||
 **Default**: "" (empty string)
|
||||
|
||||
**maxCounters**::<BR>
|
||||
**maxCounters**::<BR>
|
||||
 Integer value defines the maximal number of subdevices.<BR>
|
||||
 **Default***: 0
|
||||
|
||||
**noHardware**::<BR>
|
||||
**noHardware**::<BR>
|
||||
 Boolean value. Set to true to use PixelatorController without hardware.<BR>
|
||||
 **Default**: false
|
||||
|
||||
**waitUntilDoneInterval**::<BR>
|
||||
**doOnly**::<BR>
|
||||
 Boolean value. Set to true to use PixelatorController without hardware other than the pixel clock.<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>
|
||||
**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