Constructor NISync
- Assembly
- NationalInstruments.SemiconductorTestLibrary.Abstractions.dll
NISync(string, bool, bool)
Creates a new NI-Sync instrument driver session.
public NISync(string resourceName, bool idQuery = true, bool resetDevice = false)
Parameters
resourceName
stringThe name of the NI-Sync device.
idQuery
boolSpecifies whether to query the instrument ID to determine if the instrument is compatible with the NI-Sync driver. The default is TRUE.
resetDevice
boolSpecifies whether to reset the NI-Sync module to its default state—including the selected time reference, any connected terminals, and all scheduled future time events—during the initialization procedure. The default is FALSE.