interface ChipTLC5958ExtendProperty {
    @_xsi:type?: "ChipTLC5958ExtendProperty";
    BlueGain: number;
    BlueInhibitoryControlEMI?: boolean;
    BlueLowAshEnhancedControl?: number;
    ChargingMode?: boolean;
    CheckVoltageSetting: number;
    EdgeSetGCLK?: boolean;
    GlobalBrightness: number;
    GreenGain: number;
    GreenInhibitoryControlEMI?: boolean;
    GreenLowAshEnhancedControl?: number;
    ImproveTheLowAsh?: number;
    IsSetLowEffectGamma?: boolean;
    PowerSavingModeSettings?: boolean;
    PWMModelSelecte?: boolean;
    RedGain: number;
    RedInhibitoryControlEMI?: boolean;
    RedLowAshEnhancedControl?: number;
    SetTD0: number;
    TimingControl?: boolean;
}

Hierarchy

Properties

@_xsi:type?: "ChipTLC5958ExtendProperty" = ...
BlueGain: number = common.UInt16_256
BlueInhibitoryControlEMI?: boolean = common.Bool
BlueLowAshEnhancedControl?: number = common.UInt8
ChargingMode?: boolean = common.Bool
CheckVoltageSetting: number = common.UInt8_1
EdgeSetGCLK?: boolean = common.Bool
GlobalBrightness: number = common.UInt8_4
GreenGain: number = common.UInt16_256
GreenInhibitoryControlEMI?: boolean = common.Bool
GreenLowAshEnhancedControl?: number = common.UInt8
ImproveTheLowAsh?: number = common.UInt8
IsSetLowEffectGamma?: boolean = common.Bool
PowerSavingModeSettings?: boolean = common.Bool
PWMModelSelecte?: boolean = common.Bool
RedGain: number = common.UInt16_256
RedInhibitoryControlEMI?: boolean = common.Bool
RedLowAshEnhancedControl?: number = common.UInt8
SetTD0: number = common.UInt8_1
TimingControl?: boolean = common.Bool