interface ChipFM6555ExtendProperty {
    @_xsi:type?: "ChipFM6555ExtendProperty";
    ChipLibVersion?: number;
    CouplingOptimization1?: number;
    CouplingOptimization2?: number;
    CouplingOptimization2_Enable?: boolean;
    CurrentGain?: number;
    InflectionPointVoltage?: number;
    IsSetLowEffectGamma?: boolean;
    IsUseNewModule?: boolean;
    LowAshColorCompensation?: number;
    LowAshFirstLineDarkCompensation?: number;
    LowAshFirstLineDarkCompensationTime?: number;
    LowAshFirstLineDarkCompensationTimeFineTuningEn?: boolean;
    REG_LEN: number;
    RegisterArray: number[];
    ShadowEliminationLevel?: number;
    ShadowEliminationTime?: number;
    SlowlyOpen?: number;
}

Hierarchy

Properties

@_xsi:type?: "ChipFM6555ExtendProperty" = ...
ChipLibVersion?: number = common.UInt8
CouplingOptimization1?: number = common.UInt8
CouplingOptimization2?: number = common.UInt8
CouplingOptimization2_Enable?: boolean = common.Bool
CurrentGain?: number = common.UInt16
InflectionPointVoltage?: number = common.UInt8
IsSetLowEffectGamma?: boolean = common.Bool
IsUseNewModule?: boolean = common.Bool
LowAshColorCompensation?: number = common.UInt8
LowAshFirstLineDarkCompensation?: number = common.UInt8
LowAshFirstLineDarkCompensationTime?: number = common.UInt8
LowAshFirstLineDarkCompensationTimeFineTuningEn?: boolean = common.Bool
REG_LEN: number = common.Int32_48
RegisterArray: number[] = ...
ShadowEliminationLevel?: number = common.UInt8
ShadowEliminationTime?: number = common.UInt8
SlowlyOpen?: number = common.UInt8