Method Sync
- Assembly
- NationalInstruments.SemiconductorTestLibrary.Abstractions.dll
Sync()
Gets the NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.Sync.SyncSessionsBundle associated with all pins.
public SyncSessionsBundle Sync()Returns
- SyncSessionsBundle
-
The associated NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.Sync.SyncSessionsBundle.
Sync(string)
Gets the NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.Sync.SyncSessionsBundle associated with the specified pin.
public SyncSessionsBundle Sync(string pin)Parameters
pinstring-
The given pin.
Returns
- SyncSessionsBundle
-
The associated NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.Sync.SyncSessionsBundle.
Sync(string[])
Gets the NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.Sync.SyncSessionsBundle associated with the specified pins.
public SyncSessionsBundle Sync(string[] pins)Parameters
pinsstring[]-
The given pins.
Returns
- SyncSessionsBundle
-
The associated NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.Sync.SyncSessionsBundle.
Sync(string[], bool)
Gets the NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.Sync.SyncSessionsBundle associated with the specified pins.
public SyncSessionsBundle Sync(string[] pins, bool filterPins)Parameters
Returns
- SyncSessionsBundle
-
The associated NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.Sync.SyncSessionsBundle. Returns null if all pins are non-NISync pins.