interface ChipHX8864ExtendProperty {
    @_xsi:type?: "ChipHX8864ExtendProperty";
    ChipLibVersion?: number;
    CouplingEnhan?: number;
    CouplingOptimization1?: number;
    CouplingOptimization2?: number;
    CouplingOptimization2Enable?: boolean;
    CouplingReguEnable?: boolean;
    CouplingStartTime?: number;
    CurrentGain?: number;
    ErrorCurrentGain?: number;
    FifthRegValue?: number;
    FirstLineCompensationLevel?: number;
    FirstLineCompensationTime?: number;
    FirstRegValue?: number;
    FourthRegValue?: number;
    InflectionPointVoltage?: number;
    IsSetLowEffectGamma?: boolean;
    IsUseNewModule?: boolean;
    LowGrayColorCompensation?: number;
    LowGreyOrderOpt2?: number;
    LowGreyOrderOptModel?: number;
    RegisterArray: number[];
    SecondRegValue?: number;
    ShadowEliminationLevel?: number;
    ShadowEliminationTime?: number;
    SixthRegValue?: number;
    ThirdRegValue?: number;
}

Hierarchy

Properties

@_xsi:type?: "ChipHX8864ExtendProperty" = ...
ChipLibVersion?: number = common.UInt8
CouplingEnhan?: number = common.UInt8
CouplingOptimization1?: number = common.UInt8
CouplingOptimization2?: number = common.UInt8
CouplingOptimization2Enable?: boolean = common.Bool
CouplingReguEnable?: boolean = common.Bool
CouplingStartTime?: number = common.UInt8
CurrentGain?: number = common.UInt16
ErrorCurrentGain?: number = common.UInt16
FifthRegValue?: number = common.UInt16
FirstLineCompensationLevel?: number = common.UInt8
FirstLineCompensationTime?: number = common.UInt8
FirstRegValue?: number = common.UInt16
FourthRegValue?: number = common.UInt16
InflectionPointVoltage?: number = common.UInt8
IsSetLowEffectGamma?: boolean = common.Bool
IsUseNewModule?: boolean = common.Bool
LowGrayColorCompensation?: number = common.UInt8
LowGreyOrderOpt2?: number = common.UInt8
LowGreyOrderOptModel?: number = common.UInt8
RegisterArray: number[] = ...
SecondRegValue?: number = common.UInt16
ShadowEliminationLevel?: number = common.UInt8
ShadowEliminationTime?: number = common.UInt8
SixthRegValue?: number = common.UInt16
ThirdRegValue?: number = common.UInt16