NI-RFPM API Reference

Table of Contents

RfpmMeasurementsReferenceLevelPortExtension Class

  • Updated2023-12-28
  • 3 minute(s) read
RfpmMeasurementsReferenceLevelPortExtension Class

RfpmMeasurementsReferenceLevelPortExtension Class

Provides methods and properties to configure reference level port extension settings.

Inheritance Hierarchy

SystemObject
  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

  NameDescription
Public methodCreateReferenceLevelPortExtensionTableFromS2PFile
Configures reference level port extension for a specified port by providing a S2P file of the network. Supported Devices: mmWave subsystem.
Public methodDeleteAllReferenceLevelPortExtensionTables
Deletes all reference level port extension tables for all ports. Supported Devices: mmWave subsystem.
Public methodDeleteReferenceLevelPortExtensionTable
Deletes reference level port extension table for a specified port. Supported Devices: mmWave subsystem.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetPortExtensionSelectedTable
Gets the selected reference level port extension table for the given port. Supported Devices: mmWave subsystem.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodSetPortExtensionSelectedTable
Sets the reference level port extension table for the given port. Supported Devices: mmWave subsystem.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top

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.

See Also

Log in to get a better experience