Gets the pins referenced by a pattern, as a pin set.

Syntax

Namespace: NationalInstruments.ModularInstruments.NIDigital

public DigitalPinSet GetPatternPinSet(string startLabel)

Parameters

NameTypeDescription
startLabelstring

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

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