RFmx Instr DotNET

Table of Contents

RFmxInstrMX.GetAvailablePorts(String[]) Method

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

RFmxInstrMXGetAvailablePorts(String) Method

Note: This API is now obsolete.

Gets the list of ports available for use based on your instrument configuration.

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

[ObsoleteAttribute("Use GetAvailablePorts(string selectorString, ref string[] availablePorts) overloaded method instead")]
public int GetAvailablePorts(
	out string[] availablePorts
)
<ObsoleteAttribute("Use GetAvailablePorts(string selectorString, ref string[] availablePorts) overloaded method instead")>
Public Function GetAvailablePorts ( 
	<OutAttribute> ByRef availablePorts As String()
) As Integer

Parameters

availablePorts  String
Returns a list 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