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.