GetPatternPinSet(string)
- Updated2026-01-12
- 1 minute(s) read
Gets the pins referenced by a pattern, as a pin set.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIDigital
public DigitalPinSet GetPatternPinSet(string startLabel)
Parameters
| Name | Type | Description |
|---|---|---|
| startLabel | string | The pattern name or exported pattern label from which to get the pins referenced by the pattern. |
Returns
DigitalPinSet object representing the pins referenced by the pattern.
Exceptions
| Type | Description |
|---|---|
| Ivi.Driver.SelectorNameException | The value for startLabel is invalid. |
| Ivi.Driver.IviCDriverException | The underlying NI-Digital driver returned an error. |
| System.ObjectDisposedException | DigitalPatternControl was accessed after the associated NIDigital or DigitalDriverUtility object was disposed. |