interface ChipHX8128ExtendProperty {
    @_xsi:type?: "ChipHX8128ExtendProperty";
    ChipLibVersion?: number;
    CouplingBeginTime?: number;
    CouplingOptimization?: number;
    CouplingOptimizationEn?: boolean;
    CouplingOptimizationEnOne?: number;
    CouplingOptimizationTwoEnAdd?: boolean;
    CouplingOptimizationVo?: number;
    CurrentGain?: number;
    DataRePelace?: number;
    ErrorCurrentGain?: number;
    FirstLineDarkLevel?: number;
    FirstLineDarkTime?: number;
    FirstRegValue?: number;
    IsSetLowEffectGamma?: boolean;
    IsUseNewModule?: boolean;
    LowGrayEn?: boolean;
    LowGreyColor?: number;
    LowGreyColorOptimize?: number;
    OutputVolt?: number;
    RegisterAddOneArray: number[];
    RegisterArray: number[];
    RemoveBadPoint?: boolean;
    SavePowerMode?: boolean;
    ShadowLevel?: number;
    VaniaBeginTime?: number;
}

Hierarchy

Properties

@_xsi:type?: "ChipHX8128ExtendProperty" = ...
ChipLibVersion?: number = common.UInt8
CouplingBeginTime?: number = common.UInt8
CouplingOptimization?: number = common.UInt8
CouplingOptimizationEn?: boolean = common.Bool
CouplingOptimizationEnOne?: number = common.UInt8
CouplingOptimizationTwoEnAdd?: boolean = common.Bool
CouplingOptimizationVo?: number = common.UInt8
CurrentGain?: number = common.UInt8
DataRePelace?: number = common.UInt8
ErrorCurrentGain?: number = common.UInt16
FirstLineDarkLevel?: number = common.UInt8
FirstLineDarkTime?: number = common.UInt8
FirstRegValue?: number = common.UInt16
IsSetLowEffectGamma?: boolean = common.Bool
IsUseNewModule?: boolean = common.Bool
LowGrayEn?: boolean = common.Bool
LowGreyColor?: number = common.UInt8
LowGreyColorOptimize?: number = common.UInt8
OutputVolt?: number = common.UInt8
RegisterAddOneArray: number[] = ...
RegisterArray: number[] = ...
RemoveBadPoint?: boolean = common.Bool
SavePowerMode?: boolean = common.Bool
ShadowLevel?: number = common.UInt8
VaniaBeginTime?: number = common.UInt8