import { n as ScanTypeEnum } from "./ScanType-BVKv8ghg.mjs"; import * as t from "io-ts"; //#region generated/ChipICND2169ExtendProperty.d.ts declare const ChipICND2169ExtendPropertyBase: t.IntersectionC<[t.PartialC<{ IsSetLowEffectGamma: t.Type; }>, t.TypeC<{ RegLength: t.Type; RegValue: t.ArrayC>; }>, t.PartialC<{ IsUseNewModule: t.Type; ShadowEliminationLevel: t.Type; ShadowEliminationTime: t.Type; TheFirstSweepDarkCompensation: t.Type; TheFirstLine: t.Type; TheFirstLineSlantsDarkCompensationTuning: t.Type; TheFirstLineSlantsDarkCompensationTime: t.Type; LowAshColorCompensation: t.Type; CouplingToAdjust: t.Type; EnableCouplingToAdjust: t.Type; EnableCoupling: t.Type; Gradientoptimization: t.Type; CouplingEnhancedMode: t.Type; CouplingEnhanced: t.Type; SlowOpen: t.Type; CrossCouplingToAdjust: t.Type; KneeVoltage: t.Type; Gain: t.Type; ScanType: t.Type; LowAshUniformity: t.Type; RefreshTheNumberOfClusters: t.Type; SubFields: t.Type; GclkNumber: t.Type; DisplayMode: t.Type; Lasbsabled: t.Type; LasbsableEn: t.Type; LevelOne: t.Type; LevelTwo: t.Type; LevelThree: t.Type; EnergySavingMode: t.Type; EnableToRemoveBadPoints: t.Type; GclkFreqP: t.Type; GclkFreqM: t.Type; GclkFreqN: t.Type; TestGainEn: t.Type; RInterMode: t.Type; InterMode: t.Type; }>]>; /** * Codec for {@link ChipICND2169ExtendProperty} * @category Codecs * @see Automatically generated from ../decompiled/Nova.LCT.GigabitSystem.ChipICND2169.decompiled.cs:5010 */ declare const ChipICND2169ExtendProperty: t.IntersectionC<[t.IntersectionC<[t.PartialC<{ IsSetLowEffectGamma: t.Type; }>, t.TypeC<{ RegLength: t.Type; RegValue: t.ArrayC>; }>, t.PartialC<{ IsUseNewModule: t.Type; ShadowEliminationLevel: t.Type; ShadowEliminationTime: t.Type; TheFirstSweepDarkCompensation: t.Type; TheFirstLine: t.Type; TheFirstLineSlantsDarkCompensationTuning: t.Type; TheFirstLineSlantsDarkCompensationTime: t.Type; LowAshColorCompensation: t.Type; CouplingToAdjust: t.Type; EnableCouplingToAdjust: t.Type; EnableCoupling: t.Type; Gradientoptimization: t.Type; CouplingEnhancedMode: t.Type; CouplingEnhanced: t.Type; SlowOpen: t.Type; CrossCouplingToAdjust: t.Type; KneeVoltage: t.Type; Gain: t.Type; ScanType: t.Type; LowAshUniformity: t.Type; RefreshTheNumberOfClusters: t.Type; SubFields: t.Type; GclkNumber: t.Type; DisplayMode: t.Type; Lasbsabled: t.Type; LasbsableEn: t.Type; LevelOne: t.Type; LevelTwo: t.Type; LevelThree: t.Type; EnergySavingMode: t.Type; EnableToRemoveBadPoints: t.Type; GclkFreqP: t.Type; GclkFreqM: t.Type; GclkFreqN: t.Type; TestGainEn: t.Type; RInterMode: t.Type; InterMode: t.Type; }>]>, t.PartialC<{ '@_xsi:type': t.LiteralC<"ChipICND2169ExtendProperty">; }>]>; interface ChipICND2169ExtendProperty extends t.TypeOf { ScanType?: ScanTypeEnum; } //#endregion export { ChipICND2169ExtendPropertyBase as n, ChipICND2169ExtendProperty as t }; //# sourceMappingURL=ChipICND2169ExtendProperty-tQKt-V3q.d.mts.map