NI-DAQmx .NET Framework 4.0 API Reference

Content Type
Programming Language
Current manual
Table of Contents

Switch.WaitForSettling Method

Switch.WaitForSettling Method

SwitchWaitForSettling Method

Waits for the settling time on the device to expire.

Namespace:  NationalInstruments.DAQmx
Assembly:  NationalInstruments.DAQmx (in NationalInstruments.DAQmx.dll) Version: 20.7.40.49302

Syntax

public void WaitForSettling()
Public Sub WaitForSettling

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

Remarks

The settling time is reset and begins counting down upon a switch operation. Therefore, this method might return immediately if no operation happened recently.

See Also

Was this information helpful?