Burst Pattern (Burst Only)
- Updated2023-02-17
- 3 minute(s) read
Burst Pattern (Burst Only)
Uses the start label you specify to burst the pattern on the sites you specify and provides the option to wait for the burst to complete. Digital pins retain their state at the end of a pattern burst until the first vector of a subsequent pattern burst, a call to niDigital Write Static , or a call to niDigital Apply Levels and Timing .
Inputs/Outputs

wait until done
A Boolean that indicates whether to wait until the bursting is complete.
| True | Waits until the bursting is complete. |
| False | Does not wait until the bursting is complete. |
Default value: True

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 get the pin names that the pattern references.

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

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

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.

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