CGGS Eye Database (.cgsi)

CGGS Format Eye Database Files

This file format is the color-grade/gray scale database (.cgsi) as an XML file comprised of an ASCII XML elements and values with the waveform data in binary.

Example Internal Format File (.cgsi)

<?xml version="1.0" encoding="utf-8"?>
<InfiniiumFile>
  <Header>
    <FileType>Database</FileType>
    <Revision>1</Revision>
    <Instrument>D9300A</Instrument>
    <SwVersion>P.26.00.676</SwVersion>
    <SerialNumber>MXL3441NC2</SerialNumber>
    <Date>
      <dateTime>2025-12-05T10:37:34.5807214-07:00</dateTime>
    </Date>
  </Header>
  <PeakHits>99993</PeakHits>
  <PeakCol>524</PeakCol>
  <PeakRow>192</PeakRow>
  <TotalHits>1397616104</TotalHits>
  <NumWaves>6842</NumWaves>
  <MaxRow>845</MaxRow>
  <MinRow>177</MinRow>
  <SourceName>Channel 1 Eye</SourceName>
  <XUnits>Second</XUnits>
  <YUnits>Volt</YUnits>
  <XOrg>-3.3670044E-10</XOrg>
  <XStop>3.3670044E-10</XStop>
  <XInc>5.265057701329164E-13</XInc>
  <YBottom>-0.4</YBottom>
  <YTop>0.4</YTop>
  <YInc>0.0007820136852394917</YInc>
  <Bandwidth>60000000000</Bandwidth>
  <Status />
  <SignalType>Unspecified</SignalType>
  <SymbolRate>2969999100</SymbolRate>
  <IntrinsicNoise>0.002</IntrinsicNoise>
  <IntrinsicJitter>1E-13</IntrinsicJitter>
  <Resolution>1.220703125E-05</Resolution>
  <NumUi>2025232</NumUi>
  <Data Lengths="1280,1024">
</Data>
</InfiniiumFile>

More Information