interface ChipDP3263ExtendProperty {
    @_xsi:type?: "ChipDP3263ExtendProperty";
    ConstantCurrentOutputInflectionPointGrade?: number;
    CouplingCoefficient3_0?: number;
    CouplingCoefficient7_4?: number;
    CouplingOptimization?: boolean;
    CouplingOptimizationLevel?: number;
    CouplingOptimizationLevelEn?: boolean;
    CurrentGain?: number;
    ErrConstantCurrentOutputInflectionPointGrade?: number;
    FailureLEDElimination?: boolean;
    FirstRegValue?: number;
    GammaSmoothingLevelCoarse?: number;
    GammaSmoothingLevelCoarseEn?: boolean;
    GammaSmoothingLevelExquisite?: number;
    GammaSmoothingLevelExquisiteEn?: boolean;
    IsSetLowEffectGamma?: boolean;
    LowGreyPittingOptimization?: number;
    REG_LENGTH: number;
    RegisterArray: number[];
    SecondRegValue?: number;
    ShadowEliminationLevel?: number;
    ShadowEliminationLevelEnable?: boolean;
}

Hierarchy

Properties

@_xsi:type?: "ChipDP3263ExtendProperty" = ...
ConstantCurrentOutputInflectionPointGrade?: number = common.UInt8
CouplingCoefficient3_0?: number = common.UInt8
CouplingCoefficient7_4?: number = common.UInt8
CouplingOptimization?: boolean = common.Bool
CouplingOptimizationLevel?: number = common.UInt8
CouplingOptimizationLevelEn?: boolean = common.Bool
CurrentGain?: number = common.UInt16
ErrConstantCurrentOutputInflectionPointGrade?: number = common.UInt8
FailureLEDElimination?: boolean = common.Bool
FirstRegValue?: number = common.UInt16
GammaSmoothingLevelCoarse?: number = common.UInt8
GammaSmoothingLevelCoarseEn?: boolean = common.Bool
GammaSmoothingLevelExquisite?: number = common.UInt8
GammaSmoothingLevelExquisiteEn?: boolean = common.Bool
IsSetLowEffectGamma?: boolean = common.Bool
LowGreyPittingOptimization?: number = common.UInt8
REG_LENGTH: number = common.Int32_7
RegisterArray: number[] = ...
SecondRegValue?: number = common.UInt16
ShadowEliminationLevel?: number = common.UInt8
ShadowEliminationLevelEnable?: boolean = common.Bool