VeriStand .NET API Reference

ParameterValueWatcher Class

This class essentially serves as a wrapper around the parameter value change event (specific to one parameter) for the purpose of allowing access to this event easier to obtain from within LabVIEW. Constructing and destructing the object registers and unregisters, respectively, from the event. Then, LabVIEW users can register to the event within this class for use in the event structure in LabVIEW.

Namespace: NationalInstruments.VeriStand.ClientAPI
Assembly: NationalInstruments.VeriStand.ClientAPI (in NationalInstruments.VeriStand.ClientAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration)
Public Class ParameterValueWatcher _
	Implements IDisposable
C#
public class ParameterValueWatcher : IDisposable
Visual C++
public ref class ParameterValueWatcher : IDisposable

Inheritance Hierarchy

System.Object
    NationalInstruments.VeriStand.ClientAPI.ParameterValueWatcher

See Also

Log in to get a better experience