VeriStand .NET API Reference

DAQPulseGeneration.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 Sub SetCounterIndex ( _
	index As UInteger _
)
C#
public void SetCounterIndex(
	uint index
)
Visual C++
public:
void SetCounterIndex(
	unsigned int index
)

Parameters

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

See Also

Log in to get a better experience