interface ChipRT5965ExtendProperty {
    @_xsi:type?: "ChipRT5965ExtendProperty";
    ChannelPowerSavingModeEn?: boolean;
    CouplingEliminationEn?: boolean;
    CouplingEliminationLevel?: number;
    CurrentGain?: number;
    FirstReg?: number;
    FirstScanDarkEliminationLevel?: number;
    GhostEliminationLevel?: number;
    IsSetLowEffectGamma?: boolean;
    LowCompsentionOne?: number;
    LowCompsentionTwo?: number;
    OpenCircuitDetectionLevel?: number;
    PowerSavingModeEn?: boolean;
    SecondReg?: number;
    ShadowEhancedModeEn?: boolean;
    SlowOpen?: boolean;
    ThirdReg?: number;
}

Hierarchy

Properties

@_xsi:type?: "ChipRT5965ExtendProperty" = ...
ChannelPowerSavingModeEn?: boolean = common.Bool
CouplingEliminationEn?: boolean = common.Bool
CouplingEliminationLevel?: number = common.UInt8
CurrentGain?: number = common.UInt8
FirstReg?: number = common.UInt16
FirstScanDarkEliminationLevel?: number = common.UInt8
GhostEliminationLevel?: number = common.UInt8
IsSetLowEffectGamma?: boolean = common.Bool
LowCompsentionOne?: number = common.UInt8
LowCompsentionTwo?: number = common.UInt8
OpenCircuitDetectionLevel?: number = common.UInt8
PowerSavingModeEn?: boolean = common.Bool
SecondReg?: number = common.UInt16
ShadowEhancedModeEn?: boolean = common.Bool
SlowOpen?: boolean = common.Bool
ThirdReg?: number = common.UInt16