Sort Pin Results By Site (DBL)
- Updated2023-02-17
- 3 minute(s) read
Sort Pin Results By Site (DBL)
Organizes data read from multiple digital pattern instruments by grouping the data by site number.
To use this node, read data from each instrument using the same list of pins and pin groups for the channel list parameter, and combine the data in a two-dimensional array.
Each instrument returns data only for the pins that are mapped to its channels. Pass the data array and the same channel list as parameters to this node.
Inputs/Outputs

sessions in
Instrument sessions obtained from the niDigital Initialize with Options node.

error in
Error conditions that occur before this node runs.
The node responds to this input according to standard error behavior.
Default value: No error

channel list
The specified channel list you use to read data in the results array. This node requires that the channel list contain only pin and pin group names.
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, 3 are channel names.
To specify channels from multiple instruments, use the form PXI1Slot3/0,PXI1Slot3/2-3,PXI1Slot4/2-3. The instruments must be in the same chassis.

results
The specified data read from the digital pattern instruments, combined into a two-dimensional array.

read pin names
A Boolean that specifies whether the DUT pin names and system pin names are returned.
| True | The DUT pin names and system pin names are returned. |
| False | The DUT pin names and system pin names are not returned. |
Default value: False

DUT pin names
The returned list of DUT pin names and site numbers corresponding to the values in DUT pin results. Results for each site are returned in the order specified by the channel list.

system pin names
The system pin names corresponding to the values in system pin results.

system pin results
An array containing data for the system pins in the channel list in the order you specify.

DUT pin results
An array containing data for the DUT pins in the channel list, grouped by site number and in the order you specify in the channel list.

error out
Error information.
The node produces this output according to standard error behavior.

sessions out
Handle that identifies the sessions in all subsequent NI-Digital node calls.