diff --git a/PixelatorControllerSettings.md b/PixelatorControllerSettings.md index 27ddde2..95a5287 100644 --- a/PixelatorControllerSettings.md +++ b/PixelatorControllerSettings.md @@ -144,7 +144,7 @@ Each of these settings files is described in a section below.  [Microscope Control](#microscope-control) **pixelClockConfigFileName**::
- [Pixel Clock](#pixel-clock) + [Pixel Clock](Config_PixelClock) **polarizationConfigFileName**::
 [Polarization](Config_Polarization) @@ -263,33 +263,3 @@ This file contains a JSON structure that provides named positions and is passed 🔴Where is the code that handles this? Maybe there is more flexibility? -## 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**::
- String value defines the comedi device path.
- **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 - - **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