VeriStand .NET API Reference

DAQPulseMeasurement.Counter Property

Gets the counter channel number.

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 Property Counter As String
C#
public string Counter { get; private set; }
Visual C++
public:
property String^ Counter {
	String^ get ();
	void set (String^ value);
}

Property Value

The channel number.

See Also

Log in to get a better experience