 | ProcessingConfigurationGetPhaseCalibrationCoefficient Method |
Gets 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 float GetPhaseCalibrationCoefficient(
PhysicalLaserSource sourceId,
uint x,
uint y
)
public:
float GetPhaseCalibrationCoefficient(
PhysicalLaserSource sourceId,
unsigned int x,
unsigned int y
)
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.
Return Value
Type:
SingleThe value of the requested coefficient.
See Also