RfpmUtilityForSwitchReceiver.GetConnectedPaths Method (ReceiverPath[], ReceiverCouplingPath[], String[])
- Updated2023-12-28
- 1 minute(s) read
RfpmUtilityForSwitchReceiverGetConnectedPaths Method (ReceiverPath, ReceiverCouplingPath, String)
Gets the currently connected receiver (RX) path(s).
This method does not support the mmWave subsystem.
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 void GetConnectedPaths( out ReceiverPath[] receiverPaths, out ReceiverCouplingPath[] receiverCouplingPaths, out string[] ports )
Public Sub GetConnectedPaths ( <OutAttribute> ByRef receiverPaths As ReceiverPath(), <OutAttribute> ByRef receiverCouplingPaths As ReceiverCouplingPath(), <OutAttribute> ByRef ports As String() )
Parameters
- receiverPaths
- Type: NationalInstruments.ModularInstruments.NIRfpmReceiverPath
The receiver paths used to connect the receiver (RX). - receiverCouplingPaths
- Type: NationalInstruments.ModularInstruments.NIRfpmReceiverCouplingPath
The receiver coupling paths used to connect the receiver (RX). - ports
- Type: SystemString
The ports used to connect the receiver (RX).
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | GetConnectedPaths(ReceiverPath, ReceiverCouplingPath, String) was called after the associated NIRfpm or RfpmDriverUtility object was disposed. |
IviCDriverException | The underlying NI-RFPM driver returned an error. |