VeriStand .NET API Reference

DAQDevice.GetAnalogInputSection Method

Gets the DAQAnalogInputs class, which you can use to add or get a list of analog input channels.

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 Function GetAnalogInputSection As DAQAnalogInputs
C#
public DAQAnalogInputs GetAnalogInputSection()
Visual C++
public:
DAQAnalogInputs^ GetAnalogInputSection()

Return Value

A DAQAnalogInputs object.

See Also