Table of Contents

Enum SynchronizationClock

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

Specifies the synchronization clock options.

public enum SynchronizationClock

Fields

Asynchronous = 0

The trigger is not synchronized to any clock.

DividedClock1 = 2

Divides the synchronization clock by the value specified in the Clock Divisor 1 parameter and uses the frequency of the divided clock to synchronize the trigger.

DividedClock2 = 3

Divides the synchronization clock by the value specified in the Clock Divisor 2 parameter and uses the frequency of the divided clock to synchronize the trigger.

FullSpeedClock = 1

Uses the full speed frequency of the synchronization clock to synchronize the trigger.