Gets the pins referenced by a pattern, as a string.

Syntax

Namespace: NationalInstruments.ModularInstruments.NIDigital

public string GetPatternPinSetString(string startLabel)

Parameters

NameTypeDescription
startLabelstring

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

TypeDescription
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.