RfpmMeasurementsReferenceLevelPortExtension.SetPortExtensionSelectedTable Method
- Updated2023-12-28
- 1 minute(s) read
RfpmMeasurementsReferenceLevelPortExtensionSetPortExtensionSelectedTable Method
Sets the reference level port extension table for the given port. Supported Devices: mmWave subsystem.
Namespace: NationalInstruments.ModularInstruments.NIRfpm
Assembly: NationalInstruments.ModularInstruments.NIRfpm.Fx40 (in NationalInstruments.ModularInstruments.NIRfpm.Fx40.dll) Version: 2023
Syntax
public void SetPortExtensionSelectedTable( string portName, string tableName )
Public Sub SetPortExtensionSelectedTable ( portName As String, tableName As String )
Parameters
- portName
- Type: SystemString
The name of the port. - tableName
- Type: SystemString
The name of the selected reference level port extension table.
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | SetPortExtensionSelectedTable(String, String) was called after the associated NIRfpm or RfpmDriverUtility object was disposed. |
SelectorNameException |
The value for portName is invalid.
-or- The value for portName is unknown. |
SelectorNameException |
The value for tableName is .
-or- The value for tableName is an empty string. |
IviCDriverException | The underlying NI-RFPM driver returned an error. |