IMcIntensityCalibFlags Property
|
|
Gets or sets the intensity calibration status flags.
Namespace:
MediaCy.IQL.Calibrations
Assembly:
MediaCy.IQL.Calibrations (in MediaCy.IQL.Calibrations.dll) Version: 10.0.6912.0
SyntaxProperty Flags As mccfCalibFlags
Get
Set
Property Value
Type:
mccfCalibFlags
RemarksThere are several types of intensity calibrations. Reference calibrations typically correspond
to the optical characteristics of your samples, and are persisted from one application session
to the next. The system calibration is the currently selected Reference calibration.
The Flags property returns a combination of the mccfCalibFlags flags.
It is not recommended to set the System Calibration by setting the System
Calibration flag - use the SystemCalibration property of the calibrations
collection instead.
See Also