NI-DAQmx .NET Framework 4.0 API Reference

Content Type
Programming Language
Current manual
Table of Contents

Timing.SampleClockTimingResponseMode Property

Timing.SampleClockTimingResponseMode Property

TimingSampleClockTimingResponseMode Property

Note: This API is now obsolete.

Specifies how the device responds to the sample clock and to triggers. This property has been deprecated in favor of the ConfigurePipelinedSampleClock(String, Double, SampleClockActiveEdge, SampleQuantityMode, Int32) method.

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

Syntax

[ObsoleteAttribute("The SampleClockTimingResponseMode property is deprecated.  Please use the ConfigurePipelinedSampleClock method instead.")]
public SampleClockTimingResponseMode SampleClockTimingResponseMode { get; set; }
<ObsoleteAttribute("The SampleClockTimingResponseMode property is deprecated.  Please use the ConfigurePipelinedSampleClock method instead.")>
Public Property SampleClockTimingResponseMode As SampleClockTimingResponseMode
	Get
	Set

Property Value

Type: SampleClockTimingResponseMode
Specifies how the device responds to the sample clock and to triggers.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also

Was this information helpful?