VeriStand .NET API Reference

SCXIModule.GetAnalogInputs Method

Gets an array that contains the DAQAnalogInput elements from the current SCXIModule. This method gets the analog input channels of the module.

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 GetAnalogInputs As DAQAnalogInput()
C#
public DAQAnalogInput[] GetAnalogInputs()
Visual C++
public:
array<DAQAnalogInput^>^ GetAnalogInputs()

Return Value

An array that contains the DAQAnalogInput elements from the current SCXIModule.

Remarks

Note:

Modifications you make to the contents of this list apply to the system definition. However, modifications you make to the array container, such as by calling Array.SetValue() or Array.Clear(), have no effect on the system definition.

See Also