interface ChipDP3265SeriesExtendProperty {
    @_xsi:type?: "ChipDP3265SeriesExtendProperty";
    CentralizeDisplay?: number;
    CentralizeDisplayEnable?: boolean;
    ChipLibVersion?: number;
    ConstantCurrentOutputInflectPointLevel?: number;
    CouplingOptimizationCoefficient?: string;
    CouplingOptimizationEnable?: boolean;
    CouplingOptimizationEnhance?: boolean;
    CouplingOptimizationLevel?: number;
    CouplingOptimizationOne?: number;
    CouplingOptimizationTwo?: number;
    CouplingOptimizationTwoEnable?: boolean;
    CurrentGain?: number;
    CurrentGainTwo?: number;
    EliminateShadowLevel?: number;
    EliminateShadowLevelEnable?: boolean;
    EliminateShadowMoment?: number;
    EliminateShadowTime?: number;
    GammaSmooth?: number;
    HighGrayIndependentRefresh?: number;
    IsSetLowEffectGamma?: boolean;
    IsUseNewModule?: boolean;
    LowGrayDisplayEffectEnhance?: boolean;
    LowGrayDisplayEffectEnhanceThree?: number;
    LowGrayPittingOptimization?: number;
    RegValue: number[];
    RemoveBadPoints?: boolean;
}

Hierarchy

Properties

@_xsi:type?: "ChipDP3265SeriesExtendProperty" = ...
CentralizeDisplay?: number = common.UInt8
CentralizeDisplayEnable?: boolean = common.Bool
ChipLibVersion?: number = common.UInt8
ConstantCurrentOutputInflectPointLevel?: number = common.UInt8
CouplingOptimizationCoefficient?: string = t.string
CouplingOptimizationEnable?: boolean = common.Bool
CouplingOptimizationEnhance?: boolean = common.Bool
CouplingOptimizationLevel?: number = common.UInt8
CouplingOptimizationOne?: number = common.UInt8
CouplingOptimizationTwo?: number = common.UInt8
CouplingOptimizationTwoEnable?: boolean = common.Bool
CurrentGain?: number = common.UInt16
CurrentGainTwo?: number = common.UInt8
EliminateShadowLevel?: number = common.UInt8
EliminateShadowLevelEnable?: boolean = common.Bool
EliminateShadowMoment?: number = common.UInt8
EliminateShadowTime?: number = common.UInt8
GammaSmooth?: number = common.UInt8
HighGrayIndependentRefresh?: number = common.UInt8
IsSetLowEffectGamma?: boolean = common.Bool
IsUseNewModule?: boolean = common.Bool
LowGrayDisplayEffectEnhance?: boolean = common.Bool
LowGrayDisplayEffectEnhanceThree?: number = common.UInt8
LowGrayPittingOptimization?: number = common.UInt8
RegValue: number[] = ...
RemoveBadPoints?: boolean = common.Bool