NI-Digital Pattern Driver .NET Class Library

Table of Contents

DigitalDriverUtility.GetPinResultsPinInformation Method (String)

  • Updated2023-11-24
  • 1 minute(s) read
DigitalDriverUtility.GetPinResultsPinInformation Method (String)

DigitalDriverUtilityGetPinResultsPinInformation Method (String)

Returns an array of pins and an array of sites corresponding to the specified channel list.

Namespace:  NationalInstruments.ModularInstruments.NIDigital
Assembly:  NationalInstruments.ModularInstruments.NIDigital.Fx40 (in NationalInstruments.ModularInstruments.NIDigital.Fx40.dll) Version: 2021

Syntax

public DigitalPinInformation[] GetPinResultsPinInformation(
	string channelList
)
Public Function GetPinResultsPinInformation ( 
	channelList As String
) As DigitalPinInformation()

Parameters

channelList
Type: SystemString
Specifies the list of channels for which to get the mapped pin information. The channelList should consist of channel names or pin names. Do not pass a mix of channel names and pin names. An empty string denotes all digital pattern instrument channels. Specify channel names using the form PXI1Slot3/0,2-3 or PXI1Slot3/0,PXI1Slot3/2-3, where PXI1Slot3 is the instrument resource name and 0, 2, and 3 are channel names. To specify channels from multiple instruments, use the form PXI1Slot2/0,PXI1Slot2/2-3,PXI1Slot3/2-3. The instruments must be in the same chassis.

Return Value

Type: DigitalPinInformation
A one-dimensional array of DigitalPinInformation that contains information for mapped pins.

See Also

Log in to get a better experience