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

NameTypeDescription
pinstring

The name of the pin associated with the instrument. If more than one pin connection is found, the method throws an exception.

deembeddingFilePathout 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.

deembeddingOrientationout RfsaSParameterOrientation

returns the RFSA orientation of the S2P file that characterizes the de-embedding network.