import { n as ScanTypeEnum } from "./ScanType-CCf07EHM.cjs"; import * as t from "io-ts"; //#region generated/ChipICND2168ExtendProperty.d.ts declare const ChipICND2168ExtendPropertyBase: 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; LowGrayOptimization: t.Type; TheFirstDarkCompensation: t.Type; TheFirstLineDarkCompensationAdjust: t.Type; TheFirstLineDarkCompensationTime: t.Type; TheFirstLineDarkEnhanceOneEnabled: t.Type; TheFirstLineDarkEnhanceOne: t.Type; TheFirstLineDarkEnhanceEnabledTwo: t.Type; TheFirstLineDarkEnhanceTwo: t.Type; TheFirstLineDarkEnhanceTwoAdjust: t.Type; LowGrayColorCompensation: t.Type; CouplingEnhance: t.Type; CouplingOptimizationOne: t.Type; CouplingOptimizationTwoEnabled: t.Type; CouplingOptimizationTwo: t.Type; CouplingOptimizationTowAdjustEnabled: t.Type; CouplingOptimizationTwoAdjust: t.Type; SlowSpeedOpen: t.Type; InflectionPointVoltage: t.Type; GridentOptimization: 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; }>]>; /** * Codec for {@link ChipICND2168ExtendProperty} * @category Codecs * @see Automatically generated from ../decompiled/Nova.LCT.GigabitSystem.ChipICND2168.decompiled.cs:231 */ declare const ChipICND2168ExtendProperty: 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; LowGrayOptimization: t.Type; TheFirstDarkCompensation: t.Type; TheFirstLineDarkCompensationAdjust: t.Type; TheFirstLineDarkCompensationTime: t.Type; TheFirstLineDarkEnhanceOneEnabled: t.Type; TheFirstLineDarkEnhanceOne: t.Type; TheFirstLineDarkEnhanceEnabledTwo: t.Type; TheFirstLineDarkEnhanceTwo: t.Type; TheFirstLineDarkEnhanceTwoAdjust: t.Type; LowGrayColorCompensation: t.Type; CouplingEnhance: t.Type; CouplingOptimizationOne: t.Type; CouplingOptimizationTwoEnabled: t.Type; CouplingOptimizationTwo: t.Type; CouplingOptimizationTowAdjustEnabled: t.Type; CouplingOptimizationTwoAdjust: t.Type; SlowSpeedOpen: t.Type; InflectionPointVoltage: t.Type; GridentOptimization: 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; }>]>, t.PartialC<{ '@_xsi:type': t.LiteralC<"ChipICND2168ExtendProperty">; }>]>; interface ChipICND2168ExtendProperty extends t.TypeOf { ScanType?: ScanTypeEnum; } //#endregion export { ChipICND2168ExtendPropertyBase as n, ChipICND2168ExtendProperty as t }; //# sourceMappingURL=ChipICND2168ExtendProperty-D_WqkChR.d.cts.map