VeriStand .NET API Reference

DAQCounter Constructor (String, UInt32, DAQMeasurementType)

Initializes a new instance of the DAQCounter class.

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 New ( _
	name As String, _
	index As UInteger, _
	measurementType As DAQMeasurementType _
)
C#
public DAQCounter(
	string name,
	uint index,
	DAQMeasurementType measurementType
)
Visual C++
public:
DAQCounter(
	String^ name, 
	unsigned int index, 
	DAQMeasurementType measurementType
)

Parameters

name
Type: System.String
The name of counter.
index
Type: System.UInt32
The counter index
measurementType
Type: NationalInstruments.VeriStand.SystemDefinitionAPI.DAQMeasurementType
An enumeration of DAQMeasurementType.

See Also

Log in to get a better experience