DigitalDriverUtility.GetPinResultsPinInformation Method (String)
- Updated2023-11-24
- 1 minute(s) read
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: DigitalPinInformationA one-dimensional array of DigitalPinInformation that contains information for mapped pins.