NI-RFPM API Reference

RfpmUtilityForSwitchReceiver.GetConnectedPaths Method

  • Updated2023-12-28
  • 1 minute(s) read
RfpmUtilityForSwitchReceiver.GetConnectedPaths Method

RfpmUtilityForSwitchReceiverGetConnectedPaths Method

Gets the currently connected receiver (RX) path(s).
This method does not support the mmWave subsystem.

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

Syntax

public RfpmSwitchPathDescription[] GetConnectedPaths()
Public Function GetConnectedPaths As RfpmSwitchPathDescription()

Return Value

Type: RfpmSwitchPathDescription
An array of RfpmSwitchPathDescription objects that represents the currently connected receiver (RX) path(s).

Exceptions

ExceptionCondition
ObjectDisposedExceptionGetConnectedPaths(ReceiverPath, ReceiverCouplingPath, String) was called after the associated NIRfpm or RfpmDriverUtility object was disposed.
IviCDriverException The underlying NI-RFPM driver returned an error.

See Also