VeriStand .NET API Reference

DAQAnalogInputs.SampleMode Property

Gets or sets whether the acquisition is single-point or buffered.

Namespace: NationalInstruments.VeriStand.SystemDefinitionAPI
Assembly: NationalInstruments.VeriStand.SystemDefinitionAPI (in NationalInstruments.VeriStand.SystemDefinitionAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration)
Public Property SampleMode As SampleMode
C#
public SampleMode SampleMode { get; set; }
Visual C++
public:
property SampleMode SampleMode {
	SampleMode get ();
	void set (SampleMode value);
}

Property Value

Specifies whether the acquisition is single-point or buffered.

See Also

Log in to get a better experience