interface ChipFM6565CEExtendProperty {
    @_xsi:type?: "ChipFM6565CEExtendProperty";
    CouplingEnhancedMode?: boolean;
    CouplingToAdjust?: number;
    CrossCouplingToAdjust?: number;
    EnableCouplingToAdjust?: boolean;
    EnableToRemoveBadPoints?: boolean;
    EnergySavingMode?: number;
    FineTuningTheFirstSweepDarkCompensationEnable?: boolean;
    FirstRegValue?: number;
    Gain?: number;
    GclkFreqM?: number;
    GclkFreqN?: number;
    GclkFreqP?: number;
    GclkNum?: number;
    IsSetLowEffectGamma?: boolean;
    KneeVoltage?: number;
    LowAshColorCompensation?: number;
    LowAshUniformity?: number;
    RefreshTheNumberOfClusters?: number;
    RegValue: number[];
    ScanType?: ScanTypeEnum;
    SecondRegValue?: number;
    ShadowEliminationLevel?: number;
    ShadowEliminationTime?: number;
    SlowlyOpening?: number;
    SubFields?: number;
    TheFirstLineSlantsDarkCompensationTime?: number;
    TheFirstSweepDarkCompensation?: number;
}

Hierarchy

Properties

@_xsi:type?: "ChipFM6565CEExtendProperty" = ...
CouplingEnhancedMode?: boolean = common.Bool
CouplingToAdjust?: number = common.UInt8
CrossCouplingToAdjust?: number = common.UInt8
EnableCouplingToAdjust?: boolean = common.Bool
EnableToRemoveBadPoints?: boolean = common.Bool
EnergySavingMode?: number = common.UInt8
FineTuningTheFirstSweepDarkCompensationEnable?: boolean = common.Bool
FirstRegValue?: number = common.UInt16
Gain?: number = common.UInt16
GclkFreqM?: number = common.UInt8
GclkFreqN?: number = common.UInt8
GclkFreqP?: number = common.UInt8
GclkNum?: number = common.UInt16
IsSetLowEffectGamma?: boolean = common.Bool
KneeVoltage?: number = common.UInt8
LowAshColorCompensation?: number = common.UInt8
LowAshUniformity?: number = common.UInt8
RefreshTheNumberOfClusters?: number = common.UInt16
RegValue: number[] = ...
ScanType?: ScanTypeEnum
SecondRegValue?: number = common.UInt16
ShadowEliminationLevel?: number = common.UInt8
ShadowEliminationTime?: number = common.UInt8
SlowlyOpening?: number = common.UInt8
SubFields?: number = common.UInt8
TheFirstLineSlantsDarkCompensationTime?: number = common.UInt8
TheFirstSweepDarkCompensation?: number = common.UInt8