import { n as ScanTypeEnum } from "./ScanType-BVKv8ghg.mjs"; import * as t from "io-ts"; //#region generated/ChipFM6565CEExtendProperty.d.ts declare const ChipFM6565CEExtendPropertyBase: t.IntersectionC<[t.PartialC<{ IsSetLowEffectGamma: t.Type; }>, t.TypeC<{ RegValue: t.ArrayC>; }>, t.PartialC<{ FirstRegValue: t.Type; SecondRegValue: t.Type; LowAshUniformity: t.Type; ShadowEliminationLevel: t.Type; ShadowEliminationTime: t.Type; LowAshColorCompensation: t.Type; TheFirstSweepDarkCompensation: t.Type; FineTuningTheFirstSweepDarkCompensationEnable: t.Type; TheFirstLineSlantsDarkCompensationTime: t.Type; CouplingToAdjust: t.Type; EnableCouplingToAdjust: t.Type; CouplingEnhancedMode: t.Type; CrossCouplingToAdjust: t.Type; SlowlyOpening: t.Type; KneeVoltage: t.Type; Gain: t.Type; EnergySavingMode: t.Type; ScanType: t.Type; RefreshTheNumberOfClusters: t.Type; SubFields: t.Type; GclkNum: t.Type; EnableToRemoveBadPoints: t.Type; GclkFreqP: t.Type; GclkFreqM: t.Type; GclkFreqN: t.Type; }>]>; /** * Codec for {@link ChipFM6565CEExtendProperty} * @category Codecs * @see Automatically generated from ../decompiled/Nova.LCT.GigabitSystem.ChipFM6565CE.decompiled.cs:44 */ declare const ChipFM6565CEExtendProperty: t.IntersectionC<[t.IntersectionC<[t.PartialC<{ IsSetLowEffectGamma: t.Type; }>, t.TypeC<{ RegValue: t.ArrayC>; }>, t.PartialC<{ FirstRegValue: t.Type; SecondRegValue: t.Type; LowAshUniformity: t.Type; ShadowEliminationLevel: t.Type; ShadowEliminationTime: t.Type; LowAshColorCompensation: t.Type; TheFirstSweepDarkCompensation: t.Type; FineTuningTheFirstSweepDarkCompensationEnable: t.Type; TheFirstLineSlantsDarkCompensationTime: t.Type; CouplingToAdjust: t.Type; EnableCouplingToAdjust: t.Type; CouplingEnhancedMode: t.Type; CrossCouplingToAdjust: t.Type; SlowlyOpening: t.Type; KneeVoltage: t.Type; Gain: t.Type; EnergySavingMode: t.Type; ScanType: t.Type; RefreshTheNumberOfClusters: t.Type; SubFields: t.Type; GclkNum: t.Type; EnableToRemoveBadPoints: t.Type; GclkFreqP: t.Type; GclkFreqM: t.Type; GclkFreqN: t.Type; }>]>, t.PartialC<{ '@_xsi:type': t.LiteralC<"ChipFM6565CEExtendProperty">; }>]>; interface ChipFM6565CEExtendProperty extends t.TypeOf { ScanType?: ScanTypeEnum; } //#endregion export { ChipFM6565CEExtendPropertyBase as n, ChipFM6565CEExtendProperty as t }; //# sourceMappingURL=ChipFM6565CEExtendProperty-rwwWOipt.d.mts.map