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