NI-RFPM API Reference

Table of Contents

RfpmSwitchPathDescription Class

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

RfpmSwitchPathDescription Class

Provides properties that describe a switch path between exactly two channels.

Inheritance Hierarchy

SystemObject
  NationalInstruments.ModularInstruments.NIRfpmSwitchRfpmSwitchPathDescription

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

  NameDescription
Public methodRfpmSwitchPathDescription
Initializes a new instance of the RfpmSwitchPathDescription class.
Top

Properties

  NameDescription
Public propertyChannel1
Gets the name of the first channel in the path.
Public propertyChannel2
Gets the name of the last channel in the path.
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 methodStatic memberParse
Parses a channel pair string of the form "channel1->channel2" and returns a new RfpmSwitchPathDescription object.
Public methodStatic memberParseRange
Parses a channel pairs string of the form "channel1->channel2 [& channel2->channel3]" and returns single dimension array of RfpmSwitchPathDescription.
Public methodToString
Returns a string that represents the current RfpmSwitchPathDescription object.
(Overrides ObjectToString.)
Top

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.

See Also

Log in to get a better experience