VeriStand .NET API Reference

Table of Contents

Root.DeleteChannelMappings Method

Removes channel mappings on the specified channels.

Namespace: NationalInstruments.VeriStand.SystemDefinitionAPI
Assembly: NationalInstruments.VeriStand.SystemDefinitionAPI (in NationalInstruments.VeriStand.SystemDefinitionAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration)
Public Sub DeleteChannelMappings ( _
	channelPathDestinations As String() _
)
C#
public void DeleteChannelMappings(
	string[] channelPathDestinations
)
Visual C++
public:
void DeleteChannelMappings(
	array<String^>^ channelPathDestinations
)

Parameters

channelPathDestinations
Type: System.String
A list of channel paths.

See Also

Log in to get a better experience