NIDigital.PinAndChannelMap Property
- Updated2023-11-24
- 1 minute(s) read
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: DigitalPinAndChannelMapAn 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).