VeriStand .NET API Reference

DataLoggingSpecification.PostTriggerDuration Property

Gets or sets a value indicating the duration in seconds of data that is logged after the stop trigger condition occurs.

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 PostTriggerDuration As Double
C#
public double PostTriggerDuration { get; set; }
Visual C++
public:
property double PostTriggerDuration {
	double get ();
	void set (double value);
}

See Also

Log in to get a better experience