NI-DAQmx .NET Framework 4.0 API Reference

Content Type
Programming Language
Current manual
Table of Contents

Switch.SettlingTime Property

Switch.SettlingTime Property

SwitchSettlingTime Property

Specifies in seconds the amount of time to wait for the switch to settle (or debounce). NI-DAQmx adds this time to the settling time of the motherboard. Modify this property only if the switch does not settle within the settling time of the motherboard. Refer to device documentation for supported settling times.

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

Syntax

public double SettlingTime { get; set; }
Public Property SettlingTime As Double
	Get
	Set

Property Value

Type: Double
Specifies in seconds the amount of time to wait for the switch to settle (or debounce).

See Also

In This Section
Was this information helpful?