import { n as ScanTypeEnum } from "./ScanType-CCf07EHM.cjs"; import * as t from "io-ts"; //#region generated/ChipICND1068ExtendProperty.d.ts declare const ChipICND1068ExtendPropertyBase: t.IntersectionC<[t.PartialC<{ IsSetLowEffectGamma: t.Type; }>, t.TypeC<{ RegLength: t.Type; RegBadPointLength: t.Type; RegValue: t.ArrayC>; RegBadPoint: t.ArrayC>; }>, t.PartialC<{ BlankingGrade: t.Type; BlankingTime: t.Type; TheFirstDarkCompensation: t.Type; TheFirstLineDarkCompensationTime: t.Type; LowGrayColorCompensation: t.Type; CouplingOptimizationMode: t.Type; CouplingOptimizationOne: t.Type; CouplingOptimizationTwoEnabled: t.Type; CouplingOptimization2_1: t.Type; CouplingOptimization2_2: t.Type; SlowSpeedOpen: t.Type; InflectionPointVoltage: t.Type; Gain: t.Type; CurrentVerifiCationMode: t.Type; BlackScreenEnergyConservation: t.Type; ScanType: t.Type; RefreshTheNumberOfClusters: t.Type; GclkNumber: t.Type; GclkFreqP: t.Type; GclkFreqM: t.Type; GclkFreqN: t.Type; LowGrayRefHighModeEn: t.Type; }>]>; /** * Codec for {@link ChipICND1068ExtendProperty} * @category Codecs * @see Automatically generated from ../decompiled/Nova.LCT.GigabitSystem.ChipICND1068.decompiled.cs:119 */ declare const ChipICND1068ExtendProperty: t.IntersectionC<[t.IntersectionC<[t.PartialC<{ IsSetLowEffectGamma: t.Type; }>, t.TypeC<{ RegLength: t.Type; RegBadPointLength: t.Type; RegValue: t.ArrayC>; RegBadPoint: t.ArrayC>; }>, t.PartialC<{ BlankingGrade: t.Type; BlankingTime: t.Type; TheFirstDarkCompensation: t.Type; TheFirstLineDarkCompensationTime: t.Type; LowGrayColorCompensation: t.Type; CouplingOptimizationMode: t.Type; CouplingOptimizationOne: t.Type; CouplingOptimizationTwoEnabled: t.Type; CouplingOptimization2_1: t.Type; CouplingOptimization2_2: t.Type; SlowSpeedOpen: t.Type; InflectionPointVoltage: t.Type; Gain: t.Type; CurrentVerifiCationMode: t.Type; BlackScreenEnergyConservation: t.Type; ScanType: t.Type; RefreshTheNumberOfClusters: t.Type; GclkNumber: t.Type; GclkFreqP: t.Type; GclkFreqM: t.Type; GclkFreqN: t.Type; LowGrayRefHighModeEn: t.Type; }>]>, t.PartialC<{ '@_xsi:type': t.LiteralC<"ChipICND1068ExtendProperty">; }>]>; interface ChipICND1068ExtendProperty extends t.TypeOf { ScanType?: ScanTypeEnum; } //#endregion export { ChipICND1068ExtendPropertyBase as n, ChipICND1068ExtendProperty as t }; //# sourceMappingURL=ChipICND1068ExtendProperty-PLYx5-YF.d.cts.map