DAQCounter Constructor (String, UInt32, DAQMeasurementType)
- Updated2023-02-21
- 2 minute(s) read
Initializes a new instance of the DAQCounter class.
Namespace:
NationalInstruments.VeriStand.SystemDefinitionAPIAssembly: 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.