RFmx Instr DotNET

Table of Contents

RFmxInstrMX.GetAvailablePorts(String, String[]) Method

  • Updated2024-07-17
  • 1 minute(s) read
RFmxInstrMX.GetAvailablePorts(String, String[]) Method

RFmxInstrMXGetAvailablePorts(String, String) Method

Gets ports available for the session. On a MIMO session, this method fetches all the ports for the initialized MIMO ports.

Namespace: NationalInstruments.RFmx.InstrMX
Assembly: NationalInstruments.RFmx.InstrMX.Fx40 (in NationalInstruments.RFmx.InstrMX.Fx40.dll) Version: 24.5.0.49285 (24.5.0.49285)

Syntax

public int GetAvailablePorts(
	string selectorString,
	ref string[] availablePorts
)
Public Function GetAvailablePorts ( 
	selectorString As String,
	ByRef availablePorts As String()
) As Integer

Parameters

selectorString  String
Identifies the channel to which the settings must be applied. Specify an empty string as the value of this parameter.
availablePorts  String
Returns an array of available ports.

Return Value

Int32
Returns the status code of this method. The status code either indicates success or describes an error or warning condition.

See Also

Log in to get a better experience