NI-RFPM API Reference

Table of Contents

RfpmSwitchChannel Class

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

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

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

  NameDescription
Public propertyCharacteristics
Gets a RfpmSwitchCharacteristics object which defines the specific characteristics of a channel.
Public propertyIsConfigurationChannel
Gets or sets a value indicating whether to reserve the channel for creating an internal path.
Public propertyIsSourceChannel
Gets or sets a value indicating whether you want to identify the channel as a source channel.
Public propertyName
Gets the name of the channel as defined by the switch device.
Public propertyPortType
Gets port type of the channel.
Top

Methods

  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(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

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.

See Also

Log in to get a better experience