CreateDeembeddingSParameterTableArray(string, double[], ComplexDouble, RfsgSParameterOrientation)
- Updated2025-10-14
- 1 minute(s) read
Creates an s-parameter de-embedding table for the port from the input data.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsg
public void CreateDeembeddingSParameterTableArray(string tableName, double[] frequencies, ComplexDouble[,,] sParameterTable, RfsgSParameterOrientation sParameterOrientation)
Remarks
If only one table is created for a port, the table is automatically selected and used to de-embed the measurement.
Parameters
| Name | Type | Description |
|---|---|---|
| tableName | string | Specifies the name of the table. The name must be unique for a given port, but not across ports. |
| frequencies | double[] | Specifies the frequencies for the S-parameter table rows. Frequencies must be unique and in ascending order. |
| sParameterTable | ComplexDouble | Specifies the S-parameters for each frequency. S-parameters for each frequency are placed in the array in the following order: s11, s12, s21, s22. The data array passed to this method should be of type NationalInstruments.ComplexDouble |
| sParameterOrientation | RfsgSParameterOrientation | Specifies the orientation of the data in the S2P file relative to the port you specify. |