NI-DAQmx .NET Framework 4.0 API Reference

AIChannel.LowpassSwitchedCapacitorExternalClockFrequency Property

  • Updated2023-02-21
  • 1 minute(s) read
AIChannel.LowpassSwitchedCapacitorExternalClockFrequency Property
Specifies the frequency of the external clock when you set LowpassSwitchedCapacitorClockSource to External. NI-DAQmx uses this frequency to set the pre- and post- filters on the SCXI-1141, SCXI-1142, and SCXI-1143. On those devices, 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 double LowpassSwitchedCapacitorExternalClockFrequency { get; set; }
Public Property LowpassSwitchedCapacitorExternalClockFrequency As Double
	Get
	Set

Property Value

Type: Double
Specifies the frequency of the external clock when you set LowpassSwitchedCapacitorClockSource to External. NI-DAQmx uses this frequency to set the pre- and post- filters on the SCXI-1141, SCXI-1142, and SCXI-1143. On those devices, 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