interface ChipHX8866ExtendProperty {
    @_xsi:type?: "ChipHX8866ExtendProperty";
    ChipLibVersion?: number;
    CouplingOptimization?: number;
    CouplingOptimizationEnAdd?: boolean;
    CouplingOptimizationEnOne?: number;
    CouplingOptimizationEnTwo?: boolean;
    CouplingOptimizationVo?: number;
    CurrentGain?: number;
    ErrorCurrentGain?: number;
    FirstLineDark?: number;
    FirstRegValue?: number;
    IsSetLowEffectGamma?: boolean;
    IsUseNewModule?: boolean;
    LowGreyColor?: number;
    LowGreyOrderOpt2?: number;
    OuAddTime?: number;
    OutputVolt?: number;
    QianW1?: boolean;
    QianW2?: boolean;
    RegisterAddOneArray: number[];
    RegisterArray: number[];
    Reserved?: number;
    SavePowerMode?: boolean;
    SettingTime?: number;
    ShadowLevel?: number;
}

Hierarchy

Properties

@_xsi:type?: "ChipHX8866ExtendProperty" = ...
ChipLibVersion?: number = common.UInt8
CouplingOptimization?: number = common.UInt8
CouplingOptimizationEnAdd?: boolean = common.Bool
CouplingOptimizationEnOne?: number = common.UInt8
CouplingOptimizationEnTwo?: boolean = common.Bool
CouplingOptimizationVo?: number = common.UInt8
CurrentGain?: number = common.UInt8
ErrorCurrentGain?: number = common.UInt16
FirstLineDark?: number = common.UInt8
FirstRegValue?: number = common.UInt16
IsSetLowEffectGamma?: boolean = common.Bool
IsUseNewModule?: boolean = common.Bool
LowGreyColor?: number = common.UInt8
LowGreyOrderOpt2?: number = common.UInt8
OuAddTime?: number = common.UInt8
OutputVolt?: number = common.UInt8
QianW1?: boolean = common.Bool
QianW2?: boolean = common.Bool
RegisterAddOneArray: number[] = ...
RegisterArray: number[] = ...
Reserved?: number = common.UInt8
SavePowerMode?: boolean = common.Bool
SettingTime?: number = common.UInt8
ShadowLevel?: number = common.UInt8