Internal Waveform (.wfmx)

Instrument
DCA-X
N109x
UXR Scope
Flex Apps:
FlexDCA
FlexRT

Internal Format Waveform Files (.wfmx)

The internal-format waveform files XML file (.wfmx) are comprised of an ASCII XML header followed by binary waveform data. The file includes vertical and horizontal scaling parameters of the waveform. Therefore, when you load the waveform into a waveform memory, you can still perform automatic measurements and use markers on that waveform. The internal format is binary, so you can not directly display the file contents in a word processing or spreadsheet program. However, you can convert an internal format file to a text file (.txt) for use in a spreadsheet or word processing program, by loading the file into waveform memory and then re-saving the waveform in either Y-values format or XY-values format.

Settings for Saving Internal Format Files
Pattern Lock
Acquire Entire Pattern
 = selected.  = unselected.  = don't care

The internal format files use less disk space than the Y-Values Format or XY-Values files.

Example Internal Format File

<?xml version="1.0" encoding="utf-8"?>
<DcaFile>
  <Header>
    <FileType>WaveformPatternInternal</FileType>
    <Revision>1</Revision>
    <Instrument>N1010A</Instrument>
    <SwVersion>P.05.00.127</SwVersion>
    <SerialNumber>sn ?</SerialNumber>
    <Date>4/30/2015 7:43:31 AM</Date>
    <SourceName>Channel 5A</SourceName>
  </Header>
  <Points>4063</Points>
  <SignalType>NRZ</SignalType>
  <XOrg>0</XOrg>
  <XInc>3.1404412777560016E-12</XInc>
  <BitRate>9953280000</BitRate>
  <SamplesPerBit>31.992125984251967</SamplesPerBit>
  <PatternLength>127</PatternLength>
  <Resolution>2.3024991928895451E-09</Resolution>
  <Bandwidth>15000000000</Bandwidth>
  <YMax>0.0007624000000000001</YMax>
  <YMin>-0.00026191999999999996</YMin>
  <WaveformStatus>None</WaveformStatus>
  <XUnits>Second</XUnits>
  <YUnits>Watt</YUnits>
  <XDisplayRange>1.2759612911522633E-08</XDisplayRange>
  <XDisplayStart>7.111E-11</XDisplayStart>
  <YDisplayRange>0.0008536</YDisplayRange>
  <YDisplayStart>-0.00017656</YDisplayStart>
  <Status />
  <Data Lengths="4063,  
  <Data Lengths="4063, 1">X and Y binary data for 2048 data points</Data>
</DcaFile>