VeriStand .NET API Reference

DAQAnalogInputs Class

Represents an Analog Input section under a DAQDevice, which contains all DAQAnalogInput channels you add for the 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 Class DAQAnalogInputs _
	Inherits Section
C#
public class DAQAnalogInputs : Section
Visual C++
public ref class DAQAnalogInputs : public Section

Remarks

Use the members of this class to add analog input channels or to get a list of existing analog input channels.
Note:

You can improve performance by only adding the channels the system interacts with, as opposed to all the channels your hardware supports.

Accessing this Class

Inheritance Hierarchy

System.Object
    NationalInstruments.VeriStand.SystemDefinitionAPI.BaseNode
        NationalInstruments.VeriStand.SystemDefinitionAPI.Section
            NationalInstruments.VeriStand.SystemDefinitionAPI.DAQAnalogInputs

Thread Safety

Any public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Any instance members are not guaranteed to be thread safe.

See Also