NI-DAQmx .NET Framework 4.0 API Reference

Content Type
Programming Language
Current manual
Table of Contents
Product DocumentationNI-DAQmx .NET Framework 4.0 API Reference...AIChannel ClassAIChannel.LowpassSwitchedCapacitorClockSource PropertyCurrent page
Table of Contents

AIChannel.LowpassSwitchedCapacitorClockSource Property

AIChannel.LowpassSwitchedCapacitorClockSource Property

AIChannelLowpassSwitchedCapacitorClockSource Property

Specifies the source of the filter clock. If you need a higher resolution for the filter, you can supply an external clock to increase the resolution. Refer to the SCXI-1141/1142/1143 User Manual for more information.

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

Syntax

public AILowpassSwitchedCapacitorClockSource LowpassSwitchedCapacitorClockSource { get; set; }
Public Property LowpassSwitchedCapacitorClockSource As AILowpassSwitchedCapacitorClockSource
	Get
	Set

Property Value

Type: AILowpassSwitchedCapacitorClockSource
Specifies the source of the filter clock. If you need a higher resolution for the filter, you can supply an external clock to increase the resolution. Refer to the SCXI-1141/1142/1143 User Manual for more information.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also

Was this information helpful?