DigitalPinAndChannelMap Methods
- Updated2023-11-24
- 3 minute(s) read
DigitalPinAndChannelMap Methods
The DigitalPinAndChannelMap type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | CreateChannelMap |
Creates a channel map, which translates the pin maps and sites to the instrument
channels. You must create the pin map using CreatePinMap(String, String)
before calling this method.
|
![]() | CreatePinGroup |
Creates a pin group with the specified name. The pin group serves as an alias for a list
of pins.
|
![]() | CreatePinMap |
Creates and loads a pin map. Use this method if you are not loading a pin map file using
LoadPinMap(String).
|
![]() | EndChannelMap |
Completes the channel map configuration. No further changes can be made to the channel
map or connections after calling this method.
|
![]() | Equals | (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetPinSet |
Returns a DigitalPinSet
object representing a set of either channels or pins.
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MapPinToChannel |
Maps a pin to a digital pattern instrument channel.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |