VeriStand .NET API Reference

DAQDevice.CreateAnalogInputs Method

NameDescription
CreateAnalogInputs(DAQAnalogInputs) Creates a DAQAnalogInputs object, if one does not already exist, and adds it to the DAQDevice. If a DAQAnalogInputs object already exists, this method returns a reference to this object.
CreateAnalogInputs(DAQAnalogInputs, SampleMode) Creates a DAQAnalogInputs object, if one does not already exist, and adds it to the DAQDevice. If a DAQAnalogInputs object already exists, this method returns a reference to this object.

See Also