RFmxInstrMX.GetAvailablePaths Method
- Updated2024-07-17
- 1 minute(s) read
RFmx
Gets paths available for the session. On a MIMO session, this method fetches all the paths for the initialized MIMO paths.
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 GetAvailablePaths( string selectorString, ref string[] availablePaths )
Public Function GetAvailablePaths ( selectorString As String, ByRef availablePaths 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.
- availablePaths String
- Returns an array of available paths.
Return Value
Int32Returns the status code of this method. The status code either indicates success or describes an error or warning condition.