VeriStand .NET API Reference

DataLoggingSpecification.Retriggerable Property

Gets or sets a value indicating whether logging is retriggerable. If this is true, then data logging can be triggered by the start trigger condition after it has completed logging data from the previous start trigger instance.

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

See Also

Log in to get a better experience