 | ProcessingConfigurationSetPhaseCalibrationCoefficient Method |
Sets the calibration phase correction coefficient for the specified order.
Namespace:
LynceeTec.InterfaceProcessingV2.Configurations
Assembly:
LynceeTec.InterfaceProcessingV2 (in LynceeTec.InterfaceProcessingV2.dll) Version: 0.0.0.0
Syntaxpublic void SetPhaseCalibrationCoefficient(
PhysicalLaserSource sourceId,
uint x,
uint y,
float value
)
public:
void SetPhaseCalibrationCoefficient(
PhysicalLaserSource sourceId,
unsigned int x,
unsigned int y,
float value
)
Parameters
- sourceId
- Type: LynceeTec.InterfacesPhysicalLaserSource
Physical source if of the considered wavelength. - x
- Type: SystemUInt32
Order of the x component in the considered term. - y
- Type: SystemUInt32
Order of the y component in the considered term. - value
- Type: SystemSingle
Coefficient value.
Return Value
Type:
0 if successful, or a negative code if an error occurs.
RemarksIn calibration mode the correction is defined separately for each wavelength.
See Also