interface ChipCNS7263ExtendProperty {
    @_xsi:type?: "ChipCNS7263ExtendProperty";
    ADJ?: number;
    ADJ_Enable?: boolean;
    FirstLineOffsetCompensation?: number;
    FirstLineOffsetCompensation_Enable?: boolean;
    IGAIN?: number;
    IsSetLowEffectGamma?: boolean;
    KeenPointVoltage?: number;
    OPEN_DET?: boolean;
    OPEN_RST?: boolean;
    PWM_ALL?: number;
    PWM_ALL_Enable?: boolean;
    PWM_OPT?: number;
    PWM_REV?: boolean;
    REG_LENGTH: number;
    RegisterArray: number[];
    SCAN_LINE?: number;
}

Hierarchy

Properties

@_xsi:type?: "ChipCNS7263ExtendProperty" = ...
ADJ?: number = common.UInt8
ADJ_Enable?: boolean = common.Bool
FirstLineOffsetCompensation?: number = common.UInt8
FirstLineOffsetCompensation_Enable?: boolean = common.Bool
IGAIN?: number = common.UInt16
IsSetLowEffectGamma?: boolean = common.Bool
KeenPointVoltage?: number = common.UInt8
OPEN_DET?: boolean = common.Bool
OPEN_RST?: boolean = common.Bool
PWM_ALL?: number = common.UInt8
PWM_ALL_Enable?: boolean = common.Bool
PWM_OPT?: number = common.UInt8
PWM_REV?: boolean = common.Bool
REG_LENGTH: number = common.Int32_4
RegisterArray: number[] = ...
SCAN_LINE?: number = common.UInt8