Burst Pattern (Pass Fail)
- Updated2023-02-17
- 3 minute(s) read
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

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

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

session in
Instrument session obtained from the niDigital Initialize with Optionsnode.

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

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.

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

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

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

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.