VeriStand .NET API Reference

ValueChangeTrigger Class

Specifies a trigger condition that occurs when a channel value changes by more than a certain absolute amount

Namespace: NationalInstruments.VeriStand.ClientAPI.Logging
Assembly: NationalInstruments.VeriStand.ClientAPI (in NationalInstruments.VeriStand.ClientAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class ValueChangeTrigger _
	Inherits SingleChannelTrigger
C#
[SerializableAttribute]
public class ValueChangeTrigger : SingleChannelTrigger
Visual C++
[SerializableAttribute]
public ref class ValueChangeTrigger : public SingleChannelTrigger

Inheritance Hierarchy

System.Object
    NationalInstruments.VeriStand.ClientAPI.Logging.Trigger
        NationalInstruments.VeriStand.ClientAPI.Logging.SingleChannelTrigger
            NationalInstruments.VeriStand.ClientAPI.Logging.ValueChangeTrigger

See Also

Log in to get a better experience