DAQCounterOutput Constructor
- Updated2023-02-21
- 2 minute(s) read
Initializes a new instance of the DAQCounterOutput 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) |
|---|
Protected Friend Sub New ( _ name As String, _ pluginGUID As String _ ) |
| C# |
|---|
protected internal DAQCounterOutput( string name, string pluginGUID ) |
| Visual C++ |
|---|
protected public: DAQCounterOutput( 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.