GetPatternPinSetString(string)
- Updated2026-01-12
- 1 minute(s) read
Gets the pins referenced by a pattern, as a string.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIDigital
public string GetPatternPinSetString(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
Comma-separated list of pin names representing the pins referenced by the pattern.
Exceptions
| Type | Description |
|---|---|
| ArgumentException | 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. |