manual
25
The array, or list of values, which follows contains phi values (angle measures in de-
grees) for 72 data points at 2.4 GHz. If you use a different number of data points,
replace the “72” in this line with the number of data points you want to define.
<SOAP-ENC:Array id=“ref-6“ SOAP-ENC:arrayType=“xsd:float[72]“>
<item>-180</item>
<item>-175</item>
<item>-170</item>
.
.
.
<item>165</item>
<item>170</item>
<item>175</item>
</SOAP-ENC:Array>
The next array, with the attribute id=”ref-7”, contains theta values (angle measures in
degrees) for 72 data points at 2.4 GHz.
<SOAP-ENC:Array id=“ref-7“ SOAP-ENC:arrayType=“xsd:float[72]“>
<item>-90</item>
<item>-85</item>
<item>-80</item>
.
.
.
<item>255</item>
<item>260</item>
<item>265</item>
</SOAP-ENC:Array>
The next array, with the attribute id=”ref-8”, contains gain values in dBi for the values
of phi listed above, representing 72 data points at 2.4 GHz.
<SOAP-ENC:Array id=“ref-8“ SOAP-ENC:arrayType=“xsd:float[72]“>
<item>-2.381</item>
<item>-2.399</item>
<item>-2.388</item>
.
.
.
<item>-2.005</item>
<item>-2.175</item>
<item>-2.303</item>
</SOAP-ENC:Array>