RfpmMeasurementsReferenceLevelPortExtension Class
- Updated2023-12-28
- 3 minute(s) read
RfpmMeasurementsReferenceLevelPortExtension Class
Provides methods and properties to configure reference level port extension settings.
Inheritance Hierarchy
SystemObject
NationalInstruments.ModularInstruments.NIRfpmRfpmSubObject
NationalInstruments.ModularInstruments.NIRfpmRfpmMeasurementsReferenceLevelPortExtension
NationalInstruments.ModularInstruments.NIRfpmRfpmSubObject
NationalInstruments.ModularInstruments.NIRfpmRfpmMeasurementsReferenceLevelPortExtension
Namespace: NationalInstruments.ModularInstruments.NIRfpm
Assembly: NationalInstruments.ModularInstruments.NIRfpm.Fx40 (in NationalInstruments.ModularInstruments.NIRfpm.Fx40.dll) Version: 2023
Syntax
public sealed class RfpmMeasurementsReferenceLevelPortExtension : RfpmSubObject
Public NotInheritable Class RfpmMeasurementsReferenceLevelPortExtension Inherits RfpmSubObject
The RfpmMeasurementsReferenceLevelPortExtension type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | CreateReferenceLevelPortExtensionTableFromS2PFile |
Configures reference level port extension for a specified port by providing a S2P file of the network. Supported Devices: mmWave subsystem.
|
![]() | DeleteAllReferenceLevelPortExtensionTables |
Deletes all reference level port extension tables for all ports. Supported Devices: mmWave subsystem.
|
![]() | DeleteReferenceLevelPortExtensionTable |
Deletes reference level port extension table for a specified port. Supported Devices: mmWave subsystem.
|
![]() | Equals | (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetPortExtensionSelectedTable |
Gets the selected reference level port extension table for the given port. Supported Devices: mmWave subsystem.
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | SetPortExtensionSelectedTable |
Sets the reference level port extension table for the given port. Supported Devices: mmWave subsystem.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Remarks
Use this class to apply reference level port extension to measurement data. You can
also use this class to set the reference level port extension table for a particular port. Supported Devices: mmWave subsystem.
This class cannot be instantiated directly. It is instantiated when the NIRfpm session object is created. Access this class using ReferenceLevelPortExtension.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.