GetSelectedPorts(string, out string)
- Updated2025-04-08
- 1 minute(s) read
Gets the instrument port to be configured to acquire a signal. Valid values
PXIe-5820/5840: "" (empty string)
PXIe-5830: if0, if1
PXIe-5831/5832: if0, if1, rf<0-1>/port<x>, where 0-1 indicates one (0) or two (1) mmRH-5582 connections and x is the port number on the mmRH-5582 front panel Default values
PXIe-5820/5840: "" (empty string)
PXIe-5830/5831/5832: if1
PXIe-5831/5832: if0, if1, rf<0-1>/port<x>, where 0-1 indicates one (0) or two (1) mmRH-5582 connections and x is the port number on the mmRH-5582 front panel Supported devices: PXIe-5820/5830/5831/5832/5840
</x></x>
Syntax
Namespace: NationalInstruments.RFmx.WcdmaMX
public int GetSelectedPorts(string selectorString, out string value)
Parameters
Name | Type | Description |
---|---|---|
selectorString | string | Pass an empty string. The signal name that is passed when creating the signal configuration is used. |
value | out string | Specifies the instrument port to be used by the measurement. |
Returns
Returns the status code of this method. The status code either indicates success or describes an error or warning condition.