Pin to NI-RFSG De-Embedding Data (TSM)
- Updated2024-02-02
- 5 minute(s) read
Pin to NI-RFSG De-Embedding Data (TSM)
Requires: TSM
Returns the NI-RFSG de-embedding data associated with the connection(s) to a single pin. You must manually select the polymorphic instance you want to use. Select the single file or multiple files polymorphic instance based on the number of connections you expect the pin to be connected to in the pin map. The multiple file polymorphic instances are recommended to ensure that your code module will work with any pin map, but you can use the single file instance if you know that the code module will never be used with a pin map that has more than one connection to the specified pin.
Single Pin- Multiple Ports
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 VI returns an error.
![]()
| Semiconductor Module Context is a valid ActiveX reference to a Semiconductor Module context object. | |
| Pin specifies the name of the pin or pin group to translate to de-embedding data on the connection. | |
| error in (no error) describes error conditions that occur before this VI or function runs. The default is no error. If an error occurred before this VI or function runs, the VI or function passes the error in value to error out. This VI or function runs normally only if no error occurred before this VI or function runs. If an error occurs while this VI or function runs, it runs normally and sets its own error status in error out. | |
| Semiconductor Module Context Out returns the Semiconductor Module Context parameter unchanged. | |
| De-Embedding Files returns the paths and RFmx orientations of the S2P files that characterize the de-embedding network. If the path is an absolute path, the VI 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 VI returns the absolute path of the existing file. Otherwise, the VI returns a string without error. | |
| error out contains error information. If error in indicates that an error occurred before this VI or function ran, error out contains the same error information. Otherwise, it describes the error status that this VI or function produces. Right-click the error out front panel indicator and select Explain Error from the shortcut menu for more information about the error. |
Single Pin - Single Port
Returns the NI-RFSG de-embedding path and orientation associated with the instrument connection to the pin. If more than one pin connection is found, the VI returns an error.
![]()
| Semiconductor Module Context is a valid ActiveX reference to a Semiconductor Module context object. | |
| Pin specifies the name of the pin associated with the instrument. If more than one pin connection is found, the VI returns an error. | |
| error in (no error) describes error conditions that occur before this VI or function runs. The default is no error. If an error occurred before this VI or function runs, the VI or function passes the error in value to error out. This VI or function runs normally only if no error occurred before this VI or function runs. If an error occurs while this VI or function runs, it runs normally and sets its own error status in error out. | |
| Semiconductor Module Context Out | |
| De-Embedding File returns the paths and RFSG orientation of the S2P file that characterizes the de-embedding network. If the path is an absolute path, the VI 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 VI returns the absolute path of the existing file. Otherwise, the VI returns a string without error. | |
| error out contains error information. If error in indicates that an error occurred before this VI or function ran, error out contains the same error information. Otherwise, it describes the error status that this VI or function produces. Right-click the error out front panel indicator and select Explain Error from the shortcut menu for more information about the error. |