NI-RFPM API Reference

Table of Contents

RfpmMeasurementsDeembedding.GetS2PFilePath Method

  • Updated2023-12-28
  • 1 minute(s) read
RfpmMeasurementsDeembedding.GetS2PFilePath Method

RfpmMeasurementsDeembeddingGetS2PFilePath Method

Gets the path to the S2P file that characterizes the de-embedding network for the given port.

Namespace:  NationalInstruments.ModularInstruments.NIRfpm
Assembly:  NationalInstruments.ModularInstruments.NIRfpm.Fx40 (in NationalInstruments.ModularInstruments.NIRfpm.Fx40.dll) Version: 2023

Syntax

public string GetS2PFilePath(
	string portName
)
Public Function GetS2PFilePath ( 
	portName As String
) As String

Parameters

portName
Type: SystemString
The name of the port.

Return Value

Type: String
The path to the S2P file that characterizes the de-embedding network for the given port.

Exceptions

ExceptionCondition
ObjectDisposedExceptionGetS2PFilePath(String) was called after the associated NIRfpm or RfpmDriverUtility object was disposed.
SelectorNameException The value for portName is .

-or-

The value for portName is an empty string.

-or-

The value for portName is invalid.

-or-

The value for portName is unknown.
IviCDriverException The underlying NI-RFPM driver returned an error.

See Also

Log in to get a better experience