RfpmSwitchChannel Class
- Updated2023-12-28
- 3 minute(s) read
RfpmSwitchChannel Class
Defines the properties which are used to configure the characteristics of a particular channel on a switch device.
Inheritance Hierarchy
SystemObject
NationalInstruments.ModularInstruments.NIRfpmSwitchRfpmSwitchSubObject
NationalInstruments.ModularInstruments.NIRfpmSwitchRfpmSwitchChannel
NationalInstruments.ModularInstruments.NIRfpmSwitchRfpmSwitchSubObject
NationalInstruments.ModularInstruments.NIRfpmSwitchRfpmSwitchChannel
Namespace: NationalInstruments.ModularInstruments.NIRfpmSwitch
Assembly: NationalInstruments.ModularInstruments.NIRfpmSwitch.Fx40 (in NationalInstruments.ModularInstruments.NIRfpmSwitch.Fx40.dll) Version: 2023
Syntax
public sealed class RfpmSwitchChannel : RfpmSwitchSubObject
Public NotInheritable Class RfpmSwitchChannel Inherits RfpmSwitchSubObject
The RfpmSwitchChannel type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | Characteristics |
Gets a RfpmSwitchCharacteristics object which defines the specific characteristics of a channel.
|
![]() | IsConfigurationChannel |
Gets or sets a value indicating whether to reserve the channel for creating an internal path.
|
![]() | IsSourceChannel |
Gets or sets a value indicating whether you want to identify the channel as a source channel.
|
![]() | Name |
Gets the name of the channel as defined by the switch device.
|
![]() | PortType |
Gets port type of the channel.
|
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.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Remarks
This class cannot be instantiated directly. It is instantiated when Channels is accessed. Access this class using Channels.
For more information, refer to the NI-SWITCH Function Reference.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.