RFmxInstrMX.GetAvailablePorts(String[]) Method
- Updated2024-07-17
- 1 minute(s) read
RFmx
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
Int32Returns the status code of this method. The status code either indicates success or describes an error or warning condition.