Returns the NI-RFmx de-embedding data associated with the connections to the pin . If any instrument in the Semiconductor Module context contains more than a single connection to the pin , the method throws an exception.

Syntax

Namespace: NationalInstruments.TestStand.SemiconductorModule.CodeModuleAPI

public void GetNIRfmxMultipleDeembeddingData(string pin, out string[] deembeddingFilePaths, out RFmxInstrMXSParameterOrientation[] deembeddingOrientations)

Parameters

NameTypeDescription
pinstring

the name of the pin or pin group to translate to de-embedding data on the connection.

deembeddingFilePathsout string[]

returns the paths of the S2P files that characterize 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.

deembeddingOrientationsout RFmxInstrMXSParameterOrientation[]

returns the RFmx orientations of the S2P files that characterizes the de-embedding network.