interface ChipICND2263ExtendProperty {
    @_xsi:type?: "ChipICND2263ExtendProperty";
    Badpoint?: boolean;
    CrossCouplingToAdjust?: number;
    EnableCouplingToAdjust?: number;
    EnableCouplingToAdjustEn?: boolean;
    Gain?: number;
    IsSetLowEffectGamma?: boolean;
    KneeVoltage?: number;
    LowGrayCompensateGrade?: number;
    REG_LENGTH: number;
    RegisterArray: number[];
    RegisterArray1: number[];
    RegisterArray2: number[];
    ShadowEliminationLevel?: number;
    SlowOpen?: boolean;
    TheFirstLineSlantsDarkCompensation?: number;
}

Hierarchy

Properties

@_xsi:type?: "ChipICND2263ExtendProperty" = ...
Badpoint?: boolean = common.Bool
CrossCouplingToAdjust?: number = common.UInt8
EnableCouplingToAdjust?: number = common.UInt8
EnableCouplingToAdjustEn?: boolean = common.Bool
Gain?: number = common.Int32
IsSetLowEffectGamma?: boolean = common.Bool
KneeVoltage?: number = common.UInt8
LowGrayCompensateGrade?: number = common.UInt8
REG_LENGTH: number = common.Int32_16
RegisterArray: number[] = ...
RegisterArray1: number[] = ...
RegisterArray2: number[] = ...
ShadowEliminationLevel?: number = common.UInt8
SlowOpen?: boolean = common.Bool
TheFirstLineSlantsDarkCompensation?: number = common.UInt8