VeriStand .NET API Reference

DataLoggingSpecification.StopTrigger Property

Gets or sets a value indicating the condition used to determine when to stop logging.

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)
Public Property StopTrigger As Trigger
C#
public Trigger StopTrigger { get; set; }
Visual C++
public:
property Trigger^ StopTrigger {
	Trigger^ get ();
	void set (Trigger^ value);
}

See Also

Log in to get a better experience