interface ChipDP3246ExtendProperty {
    @_xsi:type?: "ChipDP3246ExtendProperty";
    ChipLibVersion?: number;
    ConstantCurrentOutputInflectionPointGrade?: number;
    CurrentGain?: number;
    ErrorCurrentGain?: number;
    FirstRegValue?: number;
    FourthRegValue?: number;
    GammaSmoothingLevel?: number;
    IsSetLowEffectGamma?: boolean;
    IsUseNewModule?: boolean;
    SecondRegValue?: number;
    ShadowEliminationLevel?: number;
    ShadowEliminationLevelEnable?: boolean;
    ThirdRegValue?: number;
}

Hierarchy

Properties

@_xsi:type?: "ChipDP3246ExtendProperty" = ...
ChipLibVersion?: number = common.UInt8
ConstantCurrentOutputInflectionPointGrade?: number = common.UInt8
CurrentGain?: number = common.UInt16
ErrorCurrentGain?: number = common.UInt16
FirstRegValue?: number = common.UInt16
FourthRegValue?: number = common.UInt16
GammaSmoothingLevel?: number = common.UInt8
IsSetLowEffectGamma?: boolean = common.Bool
IsUseNewModule?: boolean = common.Bool
SecondRegValue?: number = common.UInt16
ShadowEliminationLevel?: number = common.UInt8
ShadowEliminationLevelEnable?: boolean = common.Bool
ThirdRegValue?: number = common.UInt16