| XML Tag |
Description |
|
<matrix> |
the root element of the matrix. It contains the following attributes:
sig signature; is always "SDLCSuite"
vers version string
dim dimension of the matrix (always 4 for TMat4D)
id name of matrix as defined by the
parameter DataID
example: <matrix sig="SDLCSuite" vers="1.0" dim="2" id="Testmatrix">
|
|
<numcols> |
specifies the number of columns
example: <numcols>4</numcols>
|
|
<numrows> |
specifies the number of rows
example: <numrows>13</numrows>
|
|
<numplanes> |
specifies the number of layers in a 4D hypercube matrix
example: <numplanes>3</numplanes>
|
|
<numtimeslots> |
specifies the number of timeslots in a 4D hypercube matrix
example: <numtimeslots>5</numtimeslots>
|
|
<cell >
|
cell
contents
ix column index of the cell
iy row index of the cell
il layer index of the cell
it time slot index of the cell
example: <cell ix="2" iy="3" il="1" it="4">17.332</cell>
|