Table of Contents

Constructor NISync

Namespace
NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.Sync
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 string

The name of the NI-Sync device.

idQuery bool

Specifies whether to query the instrument ID to determine if the instrument is compatible with the NI-Sync driver. The default is TRUE.

resetDevice bool

Specifies 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.