import { n as ScanTypeEnum } from "./ScanType-CCf07EHM.cjs"; import * as t from "io-ts"; //#region generated/ChipICND1065SExtendProperty.d.ts declare const ChipICND1065SExtendPropertyBase: t.IntersectionC<[t.PartialC<{ IsSetLowEffectGamma: t.Type; }>, t.TypeC<{ RegValue: t.ArrayC>; }>, t.PartialC<{ ShadowEliminationLevel: t.Type; ShadowEliminationTime: t.Type; LowAshUniformity: t.Type; TheFirstSweepDarkCompensation: t.Type; TheFirstLineSlantsDarkCompensationTime: t.Type; LowAshColorCompensation: t.Type; CrossCouplingToAdjust: t.Type; CouplingToAdjust: t.Type; CouplingOptimizationSecondEnhance: t.Type; SlowlyOpening: t.Type; SlowlyOpeningEnhance: t.Type; KneeVoltage: t.Type; Gain: t.Type; Current: t.Type; EnableToRemoveBadPoints: t.Type; ShadowBeginEliminationTime: t.Type; LowGary: t.Type; EnableCouplingToAdjust: t.Type; BeginTime: t.Type; ScanType: t.Type; ChangeVer: t.Type; RefreshTheNumberOfClusters: t.Type; GclkNum: t.Type; EnergySavingMode: t.Type; GclkFreqP: t.Type; GclkFreqM: t.Type; GclkFreqN: t.Type; }>]>; /** * Codec for {@link ChipICND1065SExtendProperty} * @category Codecs * @see Automatically generated from ../decompiled/Nova.LCT.GigabitSystem.ChipICND1065S.decompiled.cs:453 */ declare const ChipICND1065SExtendProperty: t.IntersectionC<[t.IntersectionC<[t.PartialC<{ IsSetLowEffectGamma: t.Type; }>, t.TypeC<{ RegValue: t.ArrayC>; }>, t.PartialC<{ ShadowEliminationLevel: t.Type; ShadowEliminationTime: t.Type; LowAshUniformity: t.Type; TheFirstSweepDarkCompensation: t.Type; TheFirstLineSlantsDarkCompensationTime: t.Type; LowAshColorCompensation: t.Type; CrossCouplingToAdjust: t.Type; CouplingToAdjust: t.Type; CouplingOptimizationSecondEnhance: t.Type; SlowlyOpening: t.Type; SlowlyOpeningEnhance: t.Type; KneeVoltage: t.Type; Gain: t.Type; Current: t.Type; EnableToRemoveBadPoints: t.Type; ShadowBeginEliminationTime: t.Type; LowGary: t.Type; EnableCouplingToAdjust: t.Type; BeginTime: t.Type; ScanType: t.Type; ChangeVer: t.Type; RefreshTheNumberOfClusters: t.Type; GclkNum: t.Type; EnergySavingMode: t.Type; GclkFreqP: t.Type; GclkFreqM: t.Type; GclkFreqN: t.Type; }>]>, t.PartialC<{ '@_xsi:type': t.LiteralC<"ChipICND1065SExtendProperty">; }>]>; interface ChipICND1065SExtendProperty extends t.TypeOf { ScanType?: ScanTypeEnum; } //#endregion export { ChipICND1065SExtendPropertyBase as n, ChipICND1065SExtendProperty as t }; //# sourceMappingURL=ChipICND1065SExtendProperty-sPOh09hO.d.cts.map