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

datatype_icon

sessions in

Instrument sessions obtained from the niDigital Initialize with Options node.

datatype_icon

error in

Error conditions that occur before this node runs.

The node responds to this input according to standard error behavior.

Standard Error Behavior

Default value: No error

datatype_icon

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.

datatype_icon

results

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

datatype_icon

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

datatype_icon

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.

datatype_icon

system pin names

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

datatype_icon

system pin results

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

datatype_icon

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.

datatype_icon

error out

Error information.

The node produces this output according to standard error behavior.

Standard Error Behavior

datatype_icon

sessions out

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