Private
Public Access
11
1

Update PixelatorControllerSettings

2022-10-06 19:05:51 +02:00
parent d4e111671a
commit 760cef2ac1

@@ -316,6 +316,10 @@ The remaining entries are positioner names with their settings. The settings dep
### base settings
The following settings are available for all types of positioners:
**active**::<BR>
&emsp;Integer value that defines if the positioner should be used (value of 1) or ignored (value of 0). <BR>
&emsp;**Default**: 0
**nexus_name**::<BR>
&emsp;String value defines the positioners name in the hdf5 file.<BR>
&emsp;**Default**: positioner name
@@ -335,10 +339,6 @@ The following settings are available for all types of positioners:
&emsp;String value defines the unit of the positioner values (on the GUI and in the hdf5 file).<BR>
&emsp;**Default**: "" (empty string)
**hardwareUnitFactor**::<BR>
&emsp;Double value defines the conversion factor used to convert hardware positioner values to **unit***.<BR>
&emsp;**Default**: 1.0
**distributionMode**::<BR>
&emsp;String value defines the discribution of points to an interval.<BR>
&emsp;Example: 5 points from 0 to 10:
@@ -347,6 +347,10 @@ The following settings are available for all types of positioners:
&emsp;**Default**: "n"
**hardwareUnitFactor**::<BR>
&emsp;Double value defines the conversion factor used to convert hardware positioner values to **unit***.<BR>
&emsp;**Default**: 1.0
**positionOffset**::<BR>
&emsp;Double value defines shift of coordinates between those communicated with the hardware controller and the user. <BR>
&emsp;**Default**: 0.0