Description

Return whether the supplied calibration is equivalent to this calibration.

Return Type

A Boolean value.  

Boolean TRUE if equivalent

Syntax

object.IsEquivalent (pReference, [bIgnoreName])

The IsEquivalent Method syntax has these parts:

PartDescription
objectAn expression evaluating to an object of type McIntensityCalib.
pReferenceRequired. A McIntensityCalib object.

[in]

bIgnoreNameOptional. A Boolean value.

[out, retval]

Remarks

A calibration can be considered equivalent if the following properties of the calibration are the same as this calibration:

      UnitName
      Type
      InputMin
      InputMax
      UnitAbbrev
      LutCount
 Additionally, the following properties of mcitOD calibrations must be the same:
      ODBlackLevel
      ODIncidentLevel
 or the following properties of mcitFreeForm calibrations:
      FittingMode
      LutPositive
      LutMonotonic
      Sample points (set by SetSamplePoints)