import { n as ScanTypeEnum } from "./ScanType-CCf07EHM.cjs"; import { n as DecodeTypeEnum } from "./DecodeType-SEI2__Dn.cjs"; import * as t from "io-ts"; //#region generated/ChipICND2165ExtendProperty.d.ts declare const ChipICND2165ExtendPropertyBase: t.IntersectionC<[t.PartialC<{ IsSetLowEffectGamma: t.Type; }>, t.TypeC<{ RegLength: t.Type; RegValue: t.ArrayC>; }>, t.PartialC<{ TheFirstLineDarkCompensationStep: t.Type; SlowSpeedOpen: t.Type; LowGrayColorCompensation: t.Type; ShadowEliminationLevel: t.Type; ShadowEliminationTime: t.Type; TheFirstSweepDarkCompensation: t.Type; TheFirstLine: t.Type; TheFirstLineSlantsDarkCompensationTuning: t.Type; TheFirstLineSlantsDarkCompensationTime: t.Type; LowAshColorCompensation: t.Type; LowAshColor: t.Type; CouplingToAdjust: t.Type; EnableCouplingToAdjust: t.Type; EnableCoupling: t.Type; Gradientoptimization: t.Type; GradientoptimizationPro: t.Type; CouplingEnhancedMode: 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; EnergySavingMode: t.Type; EnableToRemoveBadPoints: t.Type; GclkFreqP: t.Type; GclkFreqM: t.Type; GclkFreqN: t.Type; TestGainEn: t.Type; ChipMemberIndex: t.Type; CurrentDecode: t.Type; }>]>; /** * Codec for {@link ChipICND2165ExtendProperty} * @category Codecs * @see Automatically generated from ../decompiled/Nova.LCT.GigabitSystem.ChipICND2165.decompiled.cs:4662 */ declare const ChipICND2165ExtendProperty: t.IntersectionC<[t.IntersectionC<[t.PartialC<{ IsSetLowEffectGamma: t.Type; }>, t.TypeC<{ RegLength: t.Type; RegValue: t.ArrayC>; }>, t.PartialC<{ TheFirstLineDarkCompensationStep: t.Type; SlowSpeedOpen: t.Type; LowGrayColorCompensation: t.Type; ShadowEliminationLevel: t.Type; ShadowEliminationTime: t.Type; TheFirstSweepDarkCompensation: t.Type; TheFirstLine: t.Type; TheFirstLineSlantsDarkCompensationTuning: t.Type; TheFirstLineSlantsDarkCompensationTime: t.Type; LowAshColorCompensation: t.Type; LowAshColor: t.Type; CouplingToAdjust: t.Type; EnableCouplingToAdjust: t.Type; EnableCoupling: t.Type; Gradientoptimization: t.Type; GradientoptimizationPro: t.Type; CouplingEnhancedMode: 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; EnergySavingMode: t.Type; EnableToRemoveBadPoints: t.Type; GclkFreqP: t.Type; GclkFreqM: t.Type; GclkFreqN: t.Type; TestGainEn: t.Type; ChipMemberIndex: t.Type; CurrentDecode: t.Type; }>]>, t.PartialC<{ '@_xsi:type': t.LiteralC<"ChipICND2165ExtendProperty">; }>]>; interface ChipICND2165ExtendProperty extends t.TypeOf { ScanType?: ScanTypeEnum; CurrentDecode?: DecodeTypeEnum; } //#endregion export { ChipICND2165ExtendPropertyBase as n, ChipICND2165ExtendProperty as t }; //# sourceMappingURL=ChipICND2165ExtendProperty-DUDv-hLG.d.cts.map