CreateDeembeddingSParameterTableS2pFile(string, string, RfsgSParameterOrientation)
- Updated2025-10-14
- 1 minute(s) read
Creates an S-parameter de-embedding table based on the specified S2P file.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsg
public void CreateDeembeddingSParameterTableS2pFile(string tableName, string s2pFilePath, RfsgSParameterOrientation sParameterOrientation)
Remarks
If only one table is created, 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 of the table must be unique. |
| s2pFilePath | string | Specifies the path to the S2P file that contains de-embedding information. |
| sParameterOrientation | RfsgSParameterOrientation | Specifies the orientation of the data in the S2P file. |