RfpmMeasurementsDeembedding.GetS2PFilePath Method
- Updated2023-12-28
- 1 minute(s) read
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: StringThe path to the S2P file that characterizes the de-embedding network for the given port.
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | GetS2PFilePath(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. |