Analog Input >> General Properties >> Filter >> Analog Lowpass >> Advanced >> Switched Capacitor >> Clock Source

NI-DAQmx C Properties

Analog Input >> General Properties >> Filter >> Analog Lowpass >> Advanced >> Switched Capacitor >> Clock Source

Data Type: int32
Description: 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.

Valid values

DAQmx_Val_Internal 10200 Internal to the device.
DAQmx_Val_External 10167 External to the device.


You can get/set/reset this property using:
  DAQmxGetAILowpassSwitchCapClkSrc
  DAQmxSetAILowpassSwitchCapClkSrc
  DAQmxResetAILowpassSwitchCapClkSrc