VeriStand .NET API Reference

DAQCounters.AddCounterInput Method

Adds the specified DAQCounterInput to the Counter section.

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 Function AddCounterInput ( _
	counter As DAQCounterInput _
) As Boolean
C#
public bool AddCounterInput(
	DAQCounterInput counter
)
Visual C++
public:
bool AddCounterInput(
	DAQCounterInput^ counter
)

Return Value

true (True in Visual Basic) if the DAQCounter was added successfully.

See Also

Log in to get a better experience