interface ChipICND2150SExtendProperty {
    @_xsi:type?: "ChipICND2150SExtendProperty";
    ChipLibVersion?: number;
    CurrentGain?: number;
    FirstLineSlantsDarkOpt?: number;
    FirstRegValue?: number;
    FourthRegValue?: number;
    IsAberrationOptimize?: boolean;
    IsElimateShadow?: boolean;
    IsLowGrayAdjust?: boolean;
    IsLowGrayCompensate?: boolean;
    IsSetLowEffectGamma?: boolean;
    IsUseNewModule?: boolean;
    LowAshPitsImprove?: number;
    LowGrayAdjustGrade?: number;
    LowGrayCompensateGrade?: number;
    SecondRegValue?: number;
    ThirdRegValue?: number;
}

Hierarchy

Properties

@_xsi:type?: "ChipICND2150SExtendProperty" = ...
ChipLibVersion?: number = common.UInt8
CurrentGain?: number = common.UInt16
FirstLineSlantsDarkOpt?: number = common.UInt8
FirstRegValue?: number = common.UInt16
FourthRegValue?: number = common.UInt16
IsAberrationOptimize?: boolean = common.Bool
IsElimateShadow?: boolean = common.Bool
IsLowGrayAdjust?: boolean = common.Bool
IsLowGrayCompensate?: boolean = common.Bool
IsSetLowEffectGamma?: boolean = common.Bool
IsUseNewModule?: boolean = common.Bool
LowAshPitsImprove?: number = common.UInt8
LowGrayAdjustGrade?: number = common.UInt8
LowGrayCompensateGrade?: number = common.UInt8
SecondRegValue?: number = common.UInt16
ThirdRegValue?: number = common.UInt16