RfpmUtilityForSwitch Class
- Updated2023-12-28
- 3 minute(s) read
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.
This property does not support the mmWave subsystem.
Inheritance Hierarchy
SystemObject
NationalInstruments.ModularInstruments.NIRfpmRfpmSubObject
NationalInstruments.ModularInstruments.NIRfpmRfpmUtilityForSwitch
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
Name | Description | |
---|---|---|
![]() | Receiver |
Gets the RfpmUtilityForSwitchReceiver
object that contains methods for connecting receiver (RX).
This property does not support the mmWave subsystem. |
![]() | Source |
Gets the RfpmUtilityForSwitchSource
object that contains methods for connecting source (TX).
This property does not support the mmWave subsystem. |
Methods
Name | Description | |
---|---|---|
![]() | DisconnectAll |
Disconnects all existing paths.
This method does not support the mmWave subsystem. |
![]() | Equals | (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
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.