VeriStand .NET API Reference

DAQCounterInput Constructor

Initializes a new instance of the DAQCounterInput 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)
Protected Friend Sub New ( _
	name As String, _
	pluginGUID As String _
)
C#
protected internal DAQCounterInput(
	string name,
	string pluginGUID
)
Visual C++
protected public:
DAQCounterInput(
	String^ name, 
	String^ pluginGUID
)

Parameters

name
Type: System.String
The name of the counter.
pluginGUID
Type: System.String
The GUID for the DAQ measurement type plug-in.

Remarks

Use this constructor to create channels with a measurement type defined in a custom DAQ measurement type plug-in XML file. You can locate the pluginGUID value in the <GUID> tags within the plug-in XML file.

See Also

Log in to get a better experience