Configures which sites will be burst on the next call of Initiate.

Syntax

Namespace: NationalInstruments.ModularInstruments.NIDigital

public void ConfigurePatternBurstSites(string siteList)

Remarks

The sites enabled for pattern burst can also be modified through the siteList parameter in BurstPattern(string, string, bool, TimeSpan). If a site has been disabled through the DisableSites, the site does not burst a pattern even if included in pattern burst sites.

Parameters

NameTypeDescription
siteListstring

The comma-delimited list of strings of the form of siteN, where N is the site number to include in the list of pattern burst sites. If the string is empty, all sites are configured for pattern bursting.

Exceptions

TypeDescription
Ivi.Driver.SelectorNameException

The value for siteList  contains an invalid site.