Table of Contents

Method Sync

Namespace
NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction
Assembly
NationalInstruments.SemiconductorTestLibrary.Abstractions.dll

Sync()

Gets the SyncSessionsBundle associated with all pins.

public SyncSessionsBundle Sync()

Returns

SyncSessionsBundle

The associated SyncSessionsBundle.

Sync(string)

Gets the SyncSessionsBundle associated with the specified pin.

public SyncSessionsBundle Sync(string pin)

Parameters

pin string

The given pin.

Returns

SyncSessionsBundle

The associated SyncSessionsBundle.

Sync(string[])

Gets the SyncSessionsBundle associated with the specified pins.

public SyncSessionsBundle Sync(string[] pins)

Parameters

pins string[]

The given pins.

Returns

SyncSessionsBundle

The associated SyncSessionsBundle.

Sync(string[], bool)

Gets the SyncSessionsBundle associated with the specified pins.

public SyncSessionsBundle Sync(string[] pins, bool filterPins)

Parameters

pins string[]

The given pins.

filterPins bool

Whether to automatically filter out non-NISync pins.

Returns

SyncSessionsBundle

The associated SyncSessionsBundle. Returns null if all pins are non-NISync pins.