GetNIRfsaSingleDeembeddingData(string, out string, out RfsaSParameterOrientation)
- Updated2026-06-25
- 1 minute(s) read
Returns the NI-RFSA de-embedding path and orientation associated with the instrument connection to the pin . If more than one connection is found, the method throws an exception.
Syntax
Namespace: NationalInstruments.TestStand.SemiconductorModule.CodeModuleAPI
public void GetNIRfsaSingleDeembeddingData(string pin, out string deembeddingFilePath, out RfsaSParameterOrientation deembeddingOrientation)
Parameters
| Name | Type | Description |
|---|---|---|
| pin | string | The name of the pin associated with the instrument. If more than one pin connection is found, the method throws an exception. |
| deembeddingFilePath | out string | returns the path of the S2P file that characterizes the de-embedding network. If the path is an absolute path, the method returns the absolute path whether the file exists or not. If the path is a relative path and the file exists relative to the path of the pin map file, the method returns the absolute path of the existing file. Otherwise, the method returns a string without error. |
| deembeddingOrientation | out RfsaSParameterOrientation | returns the RFSA orientation of the S2P file that characterizes the de-embedding network. |