 | SingleWavelengthReconstructionDistance Property |
Gets or sets the reconstruction distance for one of the laser source, in [m]. The value must include the Objective-Source Correction.
The new value will be used on the next processed image.
To reprocess the last hologram, call
OnDistanceChange(windowsList) after setting the value.
Namespace: LynceeTec.Processing.HolographyAssembly: LynceeTec.Processing (in LynceeTec.Processing.dll) Version: 6.4.0.7 6_4_dev bc6b638, built 2016-11-07 15:44:14 UTC
Syntaxpublic virtual double this[
int A_0
] { get; set; }
public:
virtual property double Distance[int A_0] {
double get (int A_0);
void set (int A_0, double value);
}
Parameters
- A_0
- Type: SystemInt32
The logical laser source id for the current configuration. (Ignored in single wavelength configuration).
Property Value
Type:
Double
Examples
Usage:
set_Distance(lambdaId, newDistance);
double newDistance = get_Distance(lambdaId);
See Also