NI-DAQmx .NET Framework 4.5 API Reference

Switch.SettlingTime Property

  • Updated2023-02-21
  • 1 minute(s) read
Switch.SettlingTime 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.45.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

Log in to get a better experience