interface ChipDP3153ExtendProperty {
    @_xsi:type?: "ChipDP3153ExtendProperty";
    ChipLibVersion?: number;
    ConstantCurrentOutputInflectPointLevel?: number;
    CouplingOptimizationCoefficient?: string;
    CouplingOptimizationEnable?: boolean;
    CouplingOptimizationEnhance?: boolean;
    CouplingOptimizationLevel?: number;
    CouplingOptimizationOne?: number;
    CouplingOptimizationOneEnable?: boolean;
    CouplingOptimizationTwo?: number;
    CouplingOptimizationTwoEnable?: boolean;
    CurrentGain?: number;
    CurrentGainTwo?: number;
    EliminateShadowLevel?: number;
    EliminateShadowLevelEnable?: boolean;
    EliminateShadowMoment?: number;
    EliminateShadowTime?: number;
    ExternalResistanceBCurrent?: number;
    ExternalResistanceGCurrent?: number;
    ExternalResistanceOrCurrent?: number;
    ExternalResistanceRCurrent?: number;
    GammaSmooth?: number;
    IsSetLowEffectGamma?: boolean;
    IsUseNewModule?: boolean;
    LowGrayDisplayEffectEnhance?: boolean;
    LowGrayDisplayEffectEnhanceThree?: number;
    LowGrayPittingOptimization?: number;
    RegValue: number[];
    RemoveBadPoints?: boolean;
}

Hierarchy

Properties

@_xsi:type?: "ChipDP3153ExtendProperty" = ...
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
CouplingOptimizationOneEnable?: boolean = common.Bool
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
ExternalResistanceBCurrent?: number = common.UInt16
ExternalResistanceGCurrent?: number = common.UInt16
ExternalResistanceOrCurrent?: number = common.UInt8
ExternalResistanceRCurrent?: number = common.UInt16
GammaSmooth?: 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