interface ChipICND2152ExtendProperty {
    @_xsi:type?: "ChipICND2152ExtendProperty";
    BlankingEnhance?: boolean;
    BlankingLevel?: number;
    ChipLibVersion?: number;
    CrossBoardCouplingOptimization?: boolean;
    CurrentGain?: number;
    InflectionPointVoltage?: number;
    IsSetLowEffectGamma?: boolean;
    IsUseNewModule?: boolean;
    RegLength: number;
    RegValue: number[];
    SlowSpeedOpen?: number;
    TheFirstLineDarkCompensation?: number;
}

Hierarchy

Properties

@_xsi:type?: "ChipICND2152ExtendProperty" = ...
BlankingEnhance?: boolean = common.Bool
BlankingLevel?: number = common.UInt8
ChipLibVersion?: number = common.UInt8
CrossBoardCouplingOptimization?: boolean = common.Bool
CurrentGain?: number = common.UInt8
InflectionPointVoltage?: number = common.UInt8
IsSetLowEffectGamma?: boolean = common.Bool
IsUseNewModule?: boolean = common.Bool
RegLength: number = common.Int32_6
RegValue: number[] = ...
SlowSpeedOpen?: number = common.UInt8
TheFirstLineDarkCompensation?: number = common.UInt8