 | OPLSearcherContrastMeasures Property |
Gets the contrast measure at each motor position.
Namespace:
LynceeTec.API.Cycle
Assembly:
LynceeTec.API.Cycle (in LynceeTec.API.Cycle.dll) Version: 9.0.26418.0 , built 2021-10-22 08:52:21 UTC
Syntaxpublic SortedList<double, float> ContrastMeasures { get; }
public:
property SortedList<double, float>^ ContrastMeasures {
SortedList<double, float>^ get ();
}
Property Value
Type:
SortedListDouble,
Single
RemarksThe Key is the motor position while the Value is the contrast measure.
See Also