pdaSmatrixTable

This defines an s-matrix table.

Structure

This element does not have attributes. The elements are shown below, in a sorted per type fashion.
In case a list is printed after an element, it indicates that you can have many, otherwise it should be a single element. With a optional it tells the element is not required.

<table> ...
  <
column> ... </column>   list
  <csv> ... </csv>    optional
  <hdf5> ... </hdf5>    optional
  <local> ... </local>   list
  <transfer_function> ... </transfer_function>   list
</table>

XSD

The schema file can be downloaded or viewed at xPDK_Simulation.

Details

column

The columns refer to globals, locals, BB parameters and s on. Each column should have a single value in the table. Type pdaIdentifierExtended documentation:
Those names are mostly XML scope and thus for readability support more general naming then the pdaIdentifier.

csv

"InPulse Trailblazer" data style with comma-seperated numbers.
The structure of the data is not checked via XML/XSD apart from being a string. The data is fully embedded in the XML file.

hdf5

Define that this model data is stored in a hdf5 file; this format provides for high-speed data access.

local

Type pdaNamedNormalDistributionValue documentation:
The default type is double and the unit is none (dimensionless).

transfer_function

The transfer_functions should be listed in the transfer_map and be implemented in the data. The modeltype defines what kind of values should be there, this can be single (like value in modeltype="LOSS_MATRIX") or have multiple values (like abs2, phase in modeltype="RAW_SMATRIX"). modeltype Type pdaIdentifier documentation: