NI-RFPM API Reference

Table of Contents

RfpmUtilityForSwitch Class

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

RfpmUtilityForSwitch Class

Contains properties and methods for connecting or disconnecting source (TX) and receiver (RX) paths using the NI-RFPM Switch session used to create the NIRfpm session.
This property does not support the mmWave subsystem.

Inheritance Hierarchy

SystemObject
  NationalInstruments.ModularInstruments.NIRfpmRfpmSubObject
    NationalInstruments.ModularInstruments.NIRfpmRfpmUtilityForSwitch

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

Syntax

public sealed class RfpmUtilityForSwitch : RfpmSubObject
Public NotInheritable Class RfpmUtilityForSwitch
	Inherits RfpmSubObject

The RfpmUtilityForSwitch type exposes the following members.

Properties

  NameDescription
Public propertyReceiver
Gets the RfpmUtilityForSwitchReceiver object that contains methods for connecting receiver (RX).
This property does not support the mmWave subsystem.
Public propertySource
Gets the RfpmUtilityForSwitchSource object that contains methods for connecting source (TX).
This property does not support the mmWave subsystem.
Top

Methods

  NameDescription
Public methodDisconnectAll
Disconnects all existing paths.
This method does not support the 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 methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top

Remarks

Use this class to connect and disconnect source (TX) and receiver (RX) paths using the NI-RFPM Switch.

This class cannot be instantiated directly. It is instantiated when the NIRfpm session object is created. Access this class using UtilityForSwitch.

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