VeriStand .NET API Reference

DAQCounter.SetCounterIndex Method

Sets the index value of the counter.

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 SetCounterIndex ( _
	Index As UInteger _
) As Boolean
C#
public bool SetCounterIndex(
	uint Index
)
Visual C++
public:
bool SetCounterIndex(
	unsigned int Index
)

Parameters

Index
Type: System.UInt32
The index value of the channel.

Return Value

true (True in Visual Basic) if the counter was set successfully.

See Also

Log in to get a better experience