NI-Digital Pattern Driver .NET Class Library

Table of Contents

NIDigital.LoadPinMap Method

  • Updated2023-11-24
  • 1 minute(s) read
NIDigital.LoadPinMap Method

NIDigitalLoadPinMap Method

Loads a pin map file.

Namespace:  NationalInstruments.ModularInstruments.NIDigital
Assembly:  NationalInstruments.ModularInstruments.NIDigital.Fx40 (in NationalInstruments.ModularInstruments.NIDigital.Fx40.dll) Version: 2021

Syntax

public void LoadPinMap(
	string filePath
)
Public Sub LoadPinMap ( 
	filePath As String
)

Parameters

filePath
Type: SystemString

The absolute file path to the pin map file.

Exceptions

ExceptionCondition
IviCDriverExceptionThe NI-Digital Pattern Driver returned an error.

Remarks

You can load only a single pin map file during an NI-Digital Pattern Driver session. To switch pin maps, create a new session or call the Reset method.

For more information on using pin maps, refer to Pin and Channel Map Editor in the Digital Pattern Help.

See Also

Log in to get a better experience