Root.GetChannelMappings Method
- Updated2023-02-21
- 2 minute(s) read
Gets all mapped channels in the system. The arrays this method returns are data copies. Neither the array containers nor their contents can be modified directly. Use the AddChannelMappings, ClearChannelMappings, or DeleteChannelMappings methods to modify channel mapping data.
Namespace:
NationalInstruments.VeriStand.SystemDefinitionAPIAssembly: NationalInstruments.VeriStand.SystemDefinitionAPI (in NationalInstruments.VeriStand.SystemDefinitionAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration) |
---|
Public Sub GetChannelMappings ( _ <OutAttribute> ByRef channelPathSources As String(), _ <OutAttribute> ByRef channelPathDestinations As String() _ ) |
C# |
---|
public void GetChannelMappings( out string[] channelPathSources, out string[] channelPathDestinations ) |
Visual C++ |
---|
public: void GetChannelMappings( [OutAttribute] array<String^>^% channelPathSources, [OutAttribute] array<String^>^% channelPathDestinations ) |
Parameters
- channelPathSources
- Type:
System.String
%
Upon return, contains an array of source channel paths.
- channelPathDestinations
- Type:
System.String
%
Upon return, contains an array of destination channel paths.