Private
Public Access
11
1

fix links to code

2025-06-12 17:57:53 +02:00
parent 614bf59f3c
commit c55e86ab51

@@ -19,7 +19,7 @@ The remaining entries are positioner names with their settings. The settings dep
The following settings are available for all types of positioners:
**type**::\
String value that identifies which hardware interface will handle the positioner behaviour. The list of allowed values is listed near the beginning of [`Positioner.h`](https://gitlab.psi.ch/microspectro/pixelator/-/blob/master/PixelatorController/src/Positioner.h#L28), for example:
String value that identifies which hardware interface will handle the positioner behaviour. The list of allowed values is listed near the beginning of [`Positioner.h`](https://gitea.psi.ch/microspectro/pixelator/src/branch/master/PixelatorController/src/Positioner.h#L28), for example:
`enum Type { Base, Epics, Tango, NewPort, NexLine, SmarAct, SmarActUsb, SmarActTcp, Interferometer, Orocos, BeamShutter, AnalogOut, Transform, Zaber, ZmiEpics };`
@@ -239,7 +239,7 @@ This positioner type interfaces with the [TANGO](https://www.tango-controls.org/
**Default**: empty string
**polarizationMapping**::\
Boolean value defines whether to perform [mapping](https://gitlab.psi.ch/microspectro/pixelator/-/blob/master/PixelatorController/src/TangoPositioner.cc#L261) between string values used by TANGO and numerical values used by _Pixelator_.\
Boolean value defines whether to perform [mapping](https://gitea.psi.ch/microspectro/pixelator/src/branch/master/PixelatorController/src/TangoPositioner.cc#L261) between string values used by TANGO and numerical values used by _Pixelator_.\
**Default**: false
| TANGO string | _Pixelator_ number |