import { n as ScanTypeEnum } from "./ScanType-BVKv8ghg.mjs"; import * as t from "io-ts"; //#region generated/ChipICND3069ExtendProperty.d.ts declare const ChipICND3069ExtendPropertyBase: t.IntersectionC<[t.PartialC<{ IsSetLowEffectGamma: t.Type; }>, t.TypeC<{ RegLength: t.Type; RegValue: t.ArrayC>; }>, t.PartialC<{ ShadowEliminationLevel: t.Type; ShadowEliminationTime: t.Type; LowAshUniformity: t.Type; TheFirstSweepDarkCompensation: t.Type; TheFirstLineEn: t.Type; TheFirstLineSlantsDarkCompensationTime: t.Type; TheFirstLineSlantsDarkCompensationTuning1: t.Type; TheFirstLineSlantsDarkCompensationTuning2: t.Type; EnableCoupling: t.Type; CouplingToAdjustOne: t.Type; EnableCouplingToAdjustOne: t.Type; EnableCouplingToAdjustOneTime: t.Type; CouplingToAdjustTwo: t.Type; EnableCouplingToAdjustTwo: t.Type; EnableCouplingToAdjustTwoTime: t.Type; LowAshColorCastCompensation: t.Type; LowAshColorCastCompensationOne: t.Type; LowAshColorCastCompensationTwo: t.Type; LowAshLevelCompensationOne: t.Type; LowAshLevelCompensationTwo: t.Type; LowAshLevelCompensationThree: t.Type; LowAshLevelCompensationFour: t.Type; LowAshColorCastCompensationFive: t.Type; LowAshColorCastCompensationSix: t.Type; LowAshColorCastCompensationSeven: t.Type; LowAshColorCastCompensationEight: t.Type; LowAshColorCastCompensationNine: t.Type; LowAshColorCastCompensationTen: t.Type; LowAshTwoLevelCompensationOne: t.Type; LowAshTwoLevelCompensationTwo: t.Type; LowAshTwoLevelCompensationThree: t.Type; SlowlyOpen: t.Type; SlowlyOpenEnable: t.Type; KneeVoltage: t.Type; TestGainEn: t.Type; ElectricityAmend: t.Type; BlackEnergySaving: t.Type; HighRefreshMode: t.Type; Gain: t.Type; Iref: t.Type; EnableToRemoveBadPoints: t.Type; Q: t.Type; ScanType: t.Type; RefreshTheNumberOfClusters: t.Type; GclkNumber: t.Type; GclkFreqP: t.Type; GclkFreqM: t.Type; InterpolationFrameMode: t.Type; KickoffTimeForShadowElimination: t.Type; WaitingTime: t.Type; }>]>; /** * Codec for {@link ChipICND3069ExtendProperty} * @category Codecs * @see Automatically generated from ../decompiled/Nova.LCT.GigabitSystem.ChipICND3069.decompiled.cs:4288 */ declare const ChipICND3069ExtendProperty: t.IntersectionC<[t.IntersectionC<[t.PartialC<{ IsSetLowEffectGamma: t.Type; }>, t.TypeC<{ RegLength: t.Type; RegValue: t.ArrayC>; }>, t.PartialC<{ ShadowEliminationLevel: t.Type; ShadowEliminationTime: t.Type; LowAshUniformity: t.Type; TheFirstSweepDarkCompensation: t.Type; TheFirstLineEn: t.Type; TheFirstLineSlantsDarkCompensationTime: t.Type; TheFirstLineSlantsDarkCompensationTuning1: t.Type; TheFirstLineSlantsDarkCompensationTuning2: t.Type; EnableCoupling: t.Type; CouplingToAdjustOne: t.Type; EnableCouplingToAdjustOne: t.Type; EnableCouplingToAdjustOneTime: t.Type; CouplingToAdjustTwo: t.Type; EnableCouplingToAdjustTwo: t.Type; EnableCouplingToAdjustTwoTime: t.Type; LowAshColorCastCompensation: t.Type; LowAshColorCastCompensationOne: t.Type; LowAshColorCastCompensationTwo: t.Type; LowAshLevelCompensationOne: t.Type; LowAshLevelCompensationTwo: t.Type; LowAshLevelCompensationThree: t.Type; LowAshLevelCompensationFour: t.Type; LowAshColorCastCompensationFive: t.Type; LowAshColorCastCompensationSix: t.Type; LowAshColorCastCompensationSeven: t.Type; LowAshColorCastCompensationEight: t.Type; LowAshColorCastCompensationNine: t.Type; LowAshColorCastCompensationTen: t.Type; LowAshTwoLevelCompensationOne: t.Type; LowAshTwoLevelCompensationTwo: t.Type; LowAshTwoLevelCompensationThree: t.Type; SlowlyOpen: t.Type; SlowlyOpenEnable: t.Type; KneeVoltage: t.Type; TestGainEn: t.Type; ElectricityAmend: t.Type; BlackEnergySaving: t.Type; HighRefreshMode: t.Type; Gain: t.Type; Iref: t.Type; EnableToRemoveBadPoints: t.Type; Q: t.Type; ScanType: t.Type; RefreshTheNumberOfClusters: t.Type; GclkNumber: t.Type; GclkFreqP: t.Type; GclkFreqM: t.Type; InterpolationFrameMode: t.Type; KickoffTimeForShadowElimination: t.Type; WaitingTime: t.Type; }>]>, t.PartialC<{ '@_xsi:type': t.LiteralC<"ChipICND3069ExtendProperty">; }>]>; interface ChipICND3069ExtendProperty extends t.TypeOf { ScanType?: ScanTypeEnum; } //#endregion export { ChipICND3069ExtendPropertyBase as n, ChipICND3069ExtendProperty as t }; //# sourceMappingURL=ChipICND3069ExtendProperty-De4yWCPi.d.mts.map