NI-Digital Pattern Driver .NET Class Library

Table of Contents

NIDigital.PinAndChannelMap Property

  • Updated2023-11-24
  • 1 minute(s) read
NIDigital.PinAndChannelMap Property

NIDigitalPinAndChannelMap Property

Gets the DigitalPinAndChannelMap object that stores all the pin mapping information for the NIDigital session.

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

Syntax

public DigitalPinAndChannelMap PinAndChannelMap { get; }
Public ReadOnly Property PinAndChannelMap As DigitalPinAndChannelMap
	Get

Property Value

Type: DigitalPinAndChannelMap
An object storing all the pin mapping information for the NIDigital session. This object is generated when you create an NIDigital session.

Remarks

Use PinAndChannelMap to create DigitalPinSet objects for controlling pins or channels using GetPinSet(String).

See Also

Log in to get a better experience