interface ChipFM6047ExtendProperty {
    @_xsi:type?: "ChipFM6047ExtendProperty";
    ChipLibVersion?: number;
    CurrentGain?: number;
    ErrCurrentGain?: number;
    FirstRegValue?: number;
    FourthRegValue?: number;
    HiddenMode?: number;
    Inflexion?: number;
    IsSetLowEffectGamma?: boolean;
    IsUseNewModule?: boolean;
    OEDelay?: number;
    OEWidth?: number;
    OpenTestEnable?: boolean;
    SecondRegValue?: number;
    ShadowEliminationLevel?: number;
    ThirdRegValue?: number;
}

Hierarchy

Properties

@_xsi:type?: "ChipFM6047ExtendProperty" = ...
ChipLibVersion?: number = common.UInt8
CurrentGain?: number = common.UInt16
ErrCurrentGain?: number = common.UInt16
FirstRegValue?: number = common.UInt16
FourthRegValue?: number = common.UInt16
HiddenMode?: number = common.UInt8
Inflexion?: number = common.UInt8
IsSetLowEffectGamma?: boolean = common.Bool
IsUseNewModule?: boolean = common.Bool
OEDelay?: number = common.UInt8
OEWidth?: number = common.UInt8
OpenTestEnable?: boolean = common.Bool
SecondRegValue?: number = common.UInt16
ShadowEliminationLevel?: number = common.UInt8
ThirdRegValue?: number = common.UInt16