Get Site Pass Fail
- Updated2023-02-17
- 2 minute(s) read
Get Site Pass Fail
Returns the pass or fail results for each site.
Inputs/Outputs

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

site list
A comma-delimited list of strings in the form of siteN, where N is the site number. If you specify an empty string, the function returns pass or fail results for all sites.
If the string is empty, all sites are configured for pattern bursting.

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

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

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.

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