NI-DAQmx .NET Framework 4.0 API Reference

AOChannel.DacAllowConnectReferenceToGround Property

  • Updated2023-02-21
  • 1 minute(s) read
AOChannel.DacAllowConnectReferenceToGround Property
Specifies whether to allow grounding the internal DAC reference at run time. You must set this property to and set DacReferenceSource to Internal before you can set DacConnectReferenceToGround to .

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

Syntax

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

Property Value

Type: Boolean
Specifies whether to allow grounding the internal DAC reference at run time. You must set this property to and set DacReferenceSource to Internal before you can set DacConnectReferenceToGround to .

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also