Burst Pattern (Pass Fail)

Uses the start label you specify to burst the pattern on the sites you specify, waits for the burst to complete, and returns comparison results for each site.

Inputs/Outputs

datatype_icon

select digital function

A Boolean that specifies whether to select the digital function for the pins in the pattern prior to bursting.

True Selects the digital function for the pins in the pattern prior to bursting.
False Does not select the digital function for the pins in the pattern prior to bursting.

Default value: True

datatype_icon

start label

Pattern name or exported pattern label from which to start bursting the pattern.

datatype_icon

session in

Instrument session obtained from the niDigital Initialize with Optionsnode.

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

site list

The sites on which to burst the pattern as a comma-delimited list of strings in the form siteN, where N is the site number.

If you specify an empty string, the pattern is burst on all sites.

datatype_icon

timeout

Maximum time (in seconds) allowed for this node to complete.

If this node does not complete within this time interval, this node returns an error.

Default value: 10 s

datatype_icon

session out

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

datatype_icon

error out

Error information.

The node produces this output according to standard error behavior.

Standard Error Behavior

datatype_icon

pass

The returned array of pass (True) and fail results for the sites you specify in the site list parameter.

If sites span multiple digital pattern instruments, you must use an AND operator for the partial results for those sites returned by each instrument. If a site is disabled or not enabled for burst, the node does not return data for that site.

Use the niDigital Sort Site Results (Boolean) node to order and combine the data to match the site list . You can also use the niDigital Get Site Results Site Numbers node to determine the order of the sites returned from this node call so that you can match the pass array with site numbers.