interface ChipSM16380SHExtendProperty {
    @_xsi:type?: "ChipSM16380SHExtendProperty";
    ChipLibVersion?: number;
    CouplingOptimization?: number;
    CrossBoardOptimization?: number;
    CurrentGain?: number;
    EliminateCharactersGhostLevel?: number;
    EliminateGhostLevel?: number;
    EliminateGhostTimeOne?: number;
    EliminateOpenCircuitCrossLevel?: number;
    GammaMinen?: boolean;
    GammaMinValue?: number;
    IsSetLowEffectGamma?: boolean;
    IsUseNewModule?: boolean;
    LowGrayCompensationOne?: number;
    LowGrayCompensationTwo?: number;
    LowGrayTransverseStriationImprove?: number;
    LowGrayUniformity?: number;
    REG_LENGTH: number;
    RegValue: number[];
    TheFistScanDarkCompensationLevel?: number;
}

Hierarchy

Properties

@_xsi:type?: "ChipSM16380SHExtendProperty" = ...
ChipLibVersion?: number = common.UInt8
CouplingOptimization?: number = common.UInt8
CrossBoardOptimization?: number = common.UInt16
CurrentGain?: number = common.UInt8
EliminateCharactersGhostLevel?: number = common.UInt8
EliminateGhostLevel?: number = common.UInt8
EliminateGhostTimeOne?: number = common.UInt8
EliminateOpenCircuitCrossLevel?: number = common.UInt8
GammaMinen?: boolean = common.Bool
GammaMinValue?: number = common.UInt8
IsSetLowEffectGamma?: boolean = common.Bool
IsUseNewModule?: boolean = common.Bool
LowGrayCompensationOne?: number = common.UInt8
LowGrayCompensationTwo?: number = common.UInt8
LowGrayTransverseStriationImprove?: number = common.UInt8
LowGrayUniformity?: number = common.UInt8
REG_LENGTH: number = common.Int32_34
RegValue: number[] = ...
TheFistScanDarkCompensationLevel?: number = common.UInt8