interface ChipCX5720ExtendProperty {
    @_xsi:type?: "ChipCX5720ExtendProperty";
    ChipCurrentGain1?: number;
    CoupledElimination?: boolean;
    CoupledEliminationLevel?: number;
    FirstLineDark?: number;
    FirstRegValue?: number;
    GhostShadowEliminationLevel?: number;
    IsSetLowEffectGamma?: boolean;
    LowAshCompensationOne?: number;
    LowAshCompensationTwo?: number;
    OpenCircuitDetectionLevel?: number;
    OpenCircuitDetectionResult?: boolean;
    SecondRegValue?: number;
    ShadowEhancedModeEn?: boolean;
    ShortCircuitDetectionLevel?: number;
    ShortCircuitDetectionResult?: boolean;
    SlowMotionEffect?: boolean;
    ThirdRegValue?: number;
}

Hierarchy

Properties

@_xsi:type?: "ChipCX5720ExtendProperty" = ...
ChipCurrentGain1?: number = common.UInt8
CoupledElimination?: boolean = common.Bool
CoupledEliminationLevel?: number = common.UInt8
FirstLineDark?: number = common.UInt8
FirstRegValue?: number = common.UInt16
GhostShadowEliminationLevel?: number = common.UInt8
IsSetLowEffectGamma?: boolean = common.Bool
LowAshCompensationOne?: number = common.UInt8
LowAshCompensationTwo?: number = common.UInt8
OpenCircuitDetectionLevel?: number = common.Int32
OpenCircuitDetectionResult?: boolean = common.Bool
SecondRegValue?: number = common.UInt16
ShadowEhancedModeEn?: boolean = common.Bool
ShortCircuitDetectionLevel?: number = common.UInt8
ShortCircuitDetectionResult?: boolean = common.Bool
SlowMotionEffect?: boolean = common.Bool
ThirdRegValue?: number = common.UInt16