NI-DAQmx .NET Framework 4.0 API Reference

Table of Contents

AIChannel.LowpassSwitchedCapacitorExternalClockDivisor Property

  • Updated2023-02-21
  • 1 minute(s) read
AIChannel.LowpassSwitchedCapacitorExternalClockDivisor Property
Specifies the divisor for the external clock when you set LowpassSwitchedCapacitorClockSource to External. On the SCXI-1141, SCXI-1142, and SCXI-1143, NI-DAQmx determines the filter cutoff by using the equation f/(100*n), where f is the external frequency, and n is the external clock divisor. 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 long LowpassSwitchedCapacitorExternalClockDivisor { get; set; }
Public Property LowpassSwitchedCapacitorExternalClockDivisor As Long
	Get
	Set

Property Value

Type: Int64
Specifies the divisor for the external clock when you set LowpassSwitchedCapacitorClockSource to External. On the SCXI-1141, SCXI-1142, and SCXI-1143, NI-DAQmx determines the filter cutoff by using the equation f/(100*n), where f is the external frequency, and n is the external clock divisor. Refer to the SCXI-1141/1142/1143 User Manual for more information.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also

Log in to get a better experience