interface ChipDP3368ExtendProperty {
    @_xsi:type?: "ChipDP3368ExtendProperty";
    ChipLibVersion?: number;
    ConstantCurrentOutputInflectPointLevel?: number;
    CouplingOptimizationCoefficient?: string;
    CouplingOptimizationEnable?: boolean;
    CouplingOptimizationEnhance?: boolean;
    CouplingOptimizationLevel?: number;
    CouplingOptimizationOne?: number;
    CurrentGain?: number;
    EliminateShadowLevel?: number;
    EliminateShadowLevelEn?: boolean;
    EliminateShadowLevelEnable?: boolean;
    EliminateShadowMoment?: number;
    EliminateShadowTime?: number;
    GammaSmooth?: number;
    IsSetLowEffectGamma?: boolean;
    IsUseNewModule?: boolean;
    LowGrayDisplayEffectEnhance?: boolean;
    LowGrayPittingOptimization?: number;
    RegValue: number[];
}

Hierarchy

Properties

@_xsi:type?: "ChipDP3368ExtendProperty" = ...
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
CurrentGain?: number = common.UInt16
EliminateShadowLevel?: number = common.UInt8
EliminateShadowLevelEn?: boolean = common.Bool
EliminateShadowLevelEnable?: boolean = common.Bool
EliminateShadowMoment?: number = common.UInt8
EliminateShadowTime?: number = common.UInt8
GammaSmooth?: number = common.UInt8
IsSetLowEffectGamma?: boolean = common.Bool
IsUseNewModule?: boolean = common.Bool
LowGrayDisplayEffectEnhance?: boolean = common.Bool
LowGrayPittingOptimization?: number = common.UInt8
RegValue: number[] = ...