Table of Contents

Method PreciseWait

Namespace
NationalInstruments.SemiconductorTestLibrary.Common
Assembly
NationalInstruments.SemiconductorTestLibrary.Abstractions.dll

PreciseWait(double?)

This method blocks the thread and waits for the specified amount of time. This method uses the Stopwatch class to support shorter settling times.

public static void PreciseWait(double? timeInSeconds)

Parameters

timeInSeconds double?

The time to precisely wait for.

Remarks

This method passes through if the time specified is null.