RfpmSwitchPathDescription Class
- Updated2023-12-28
- 3 minute(s) read
RfpmSwitchPathDescription Class
Provides properties that describe a switch path between exactly two channels.
Inheritance Hierarchy
Namespace: NationalInstruments.ModularInstruments.NIRfpmSwitch
Assembly: NationalInstruments.ModularInstruments.NIRfpmSwitch.Fx40 (in NationalInstruments.ModularInstruments.NIRfpmSwitch.Fx40.dll) Version: 2023
Syntax
public sealed class RfpmSwitchPathDescription
Public NotInheritable Class RfpmSwitchPathDescription
The RfpmSwitchPathDescription type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | RfpmSwitchPathDescription |
Initializes a new instance of the RfpmSwitchPathDescription class.
|
Properties
Name | Description | |
---|---|---|
![]() | Channel1 |
Gets the name of the first channel in the path.
|
![]() | Channel2 |
Gets the name of the last channel in the path.
|
Methods
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() ![]() | Parse |
Parses a channel pair string of the form "channel1->channel2"
and returns a new RfpmSwitchPathDescription object.
|
![]() ![]() | ParseRange |
Parses a channel pairs string of the form "channel1->channel2 [& channel2->channel3]"
and returns single dimension array of RfpmSwitchPathDescription.
|
![]() | ToString |
Returns a string that represents the current RfpmSwitchPathDescription object.
(Overrides ObjectToString.) |
Remarks
The RfpmSwitchPathDescription does not support switch paths with more
than one leg. In other words, it does not support the use of configuration channels.
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.