R&S FSW-K7 User Manual page 382

Analog demodulation measurement option
Table of Contents

Advertisement

®
R&S
FSW-K7
A.2.1 I/Q Parameter XML File Specification
The content of the I/Q parameter XML file must comply with the XML schema
RsIqTar.xsd available at: http://www.rohde-schwarz.com/file/RsIqTar.xsd.
In particular, the order of the XML elements must be respected, i.e. iq-tar uses an
"ordered XML schema". For your own implementation of the iq-tar file format make
sure to validate your XML file against the given schema.
The following example shows an I/Q parameter XML file. The XML elements and attrib-
utes are explained in the following sections.
Sample I/Q parameter XML file: xyz.xml
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl"
href="open_IqTar_xml_file_in_web_browser.xslt"?>
<RS_IQ_TAR_FileFormat fileFormatVersion="1"
xsi:noNamespaceSchemaLocation="RsIqTar.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Name>R&S FSW</Name>
<Comment>Here is a comment</Comment>
<DateTime>2011-01-24T14:02:49</DateTime>
<Samples>68751</Samples>
<Clock unit="Hz">6.5e+006</Clock>
<Format>complex</Format>
<DataType>float32</DataType>
<ScalingFactor unit="V">1</ScalingFactor>
<NumberOfChannels>1</NumberOfChannels>
<DataFilename>xyz.complex.float32</DataFilename>
<UserData>
<UserDefinedElement>Example</UserDefinedElement>
</UserData>
<PreviewData>...</PreviewData>
</RS_IQ_TAR_FileFormat>
Element
RS_IQ_TAR_File-
Format
Name
Comment
DateTime
User Manual 1173.9240.02 ─ 23
Description
The root element of the XML file. It must contain the attribute fileFormatVersion
that contains the number of the file format definition. Currently,
fileFormatVersion "2" is used.
Optional: describes the device or application that created the file.
Optional: contains text that further describes the contents of the file.
Contains the date and time of the creation of the file. Its type is xs:dateTime (see
RsIqTar.xsd).
Reference
I/Q Data File Format (iq-tar)
382

Advertisement

Table of Contents
loading

Table of Contents