interface ChipCX5721ExtendProperty {
    @_xsi:type?: "ChipCX5721ExtendProperty";
    BestEnergySaving?: boolean;
    BlackScreenEnergySaving?: boolean;
    BrightBlockCouplingEn?: boolean;
    BrightBlockCouplingLevel?: number;
    CompensationLevel?: number;
    CompensationMode?: number;
    CurrentGain?: number;
    DarkBlockCouplingEn?: boolean;
    DarkBlockCouplingLevel?: number;
    DynamicEnergySaving?: boolean;
    ExtinctionEnhancementEn?: boolean;
    IntensityOfDecoupling?: number;
    IsSetLowEffectGamma?: boolean;
    LevelOfPreDecoupling?: number;
    LowAshHighBrushLevel?: number;
    REG_LENGTH: number;
    RegisterArray: number[];
    ShadowEliminationLevel?: number;
}

Hierarchy

Properties

@_xsi:type?: "ChipCX5721ExtendProperty" = ...
BestEnergySaving?: boolean = common.Bool
BlackScreenEnergySaving?: boolean = common.Bool
BrightBlockCouplingEn?: boolean = common.Bool
BrightBlockCouplingLevel?: number = common.UInt8
CompensationLevel?: number = common.UInt8
CompensationMode?: number = common.UInt8
CurrentGain?: number = common.UInt8
DarkBlockCouplingEn?: boolean = common.Bool
DarkBlockCouplingLevel?: number = common.UInt8
DynamicEnergySaving?: boolean = common.Bool
ExtinctionEnhancementEn?: boolean = common.Bool
IntensityOfDecoupling?: number = common.UInt8
IsSetLowEffectGamma?: boolean = common.Bool
LevelOfPreDecoupling?: number = common.UInt8
LowAshHighBrushLevel?: number = common.UInt8
REG_LENGTH: number = common.Int32_5
RegisterArray: number[] = ...
ShadowEliminationLevel?: number = common.UInt8