VeriStand .NET API Reference

DAQDevice.DAQConversionRateOption Property

Gets or sets the rate used to run the analog-digital converters on the DAQ device.

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 Overridable Property DAQConversionRateOption As DAQConversionRate
C#
public virtual DAQConversionRate DAQConversionRateOption { get; set; }
Visual C++
public:
virtual property DAQConversionRate DAQConversionRateOption {
	DAQConversionRate get ();
	void set (DAQConversionRate value);
}

Property Value

An enumeration value of DAQConversionRate.

See Also

Log in to get a better experience