NI-DAQmx .NET Framework 4.5 API Reference

Table of Contents

AIChannel.SampleAndHoldEnable Property

  • Updated2023-02-21
  • 1 minute(s) read
AIChannel.SampleAndHoldEnable Property
Specifies whether to enable the sample and hold circuitry of the device. When you disable sample and hold circuitry, a small voltage offset might be introduced into the signal. You can eliminate this offset by using AutoZeroMode to perform an auto zero on the channel.

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

Syntax

public bool SampleAndHoldEnable { get; set; }
Public Property SampleAndHoldEnable As Boolean
	Get
	Set

Property Value

Type: Boolean
Specifies whether to enable the sample and hold circuitry of the device. When you disable sample and hold circuitry, a small voltage offset might be introduced into the signal. You can eliminate this offset by using AutoZeroMode to perform an auto zero on the channel.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also

Log in to get a better experience