NI-RFPM API Reference

Table of Contents

RfpmSwitchChannel.PortType Property

  • Updated2023-12-28
  • 1 minute(s) read
RfpmSwitchChannel.PortType Property

RfpmSwitchChannelPortType Property

Gets port type of the channel.

Namespace:  NationalInstruments.ModularInstruments.NIRfpmSwitch
Assembly:  NationalInstruments.ModularInstruments.NIRfpmSwitch.Fx40 (in NationalInstruments.ModularInstruments.NIRfpmSwitch.Fx40.dll) Version: 2023

Syntax

public string PortType { get; }
Public ReadOnly Property PortType As String
	Get

Property Value

Type: String
The port type of the channel, for example, "NI5531". If the channel is not a port, the value is Empty.

Exceptions

ExceptionCondition
ObjectDisposedExceptionPortType was accessed after the associated NIRfpmSwitch object was disposed.

See Also

Log in to get a better experience