Adds a channel mapping to the system. The source channel maps to the destination channel, but the destination channel stores the mapping information. This method overwrites any pre-existing mapping information on the destination channel.
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 Shared Sub AddMapping ( _
Source As Channel, _
Destination As Channel _
) |
| C# |
|---|
public static void AddMapping(
Channel Source,
Channel Destination
) |
| Visual C++ |
|---|
public:
static void AddMapping(
Channel^ Source,
Channel^ Destination
) |