VeriStand .NET API Reference

DataLoggingFile.Retriggerable Property

Gets or sets whether logging can be retriggered after a stop. If true (True in Visual Basic), logging begins again when the value of TriggerChannel reaches the specified TriggerType.

Namespace: NationalInstruments.VeriStand.SystemDefinitionAPI
Assembly: NationalInstruments.VeriStand.SystemDefinitionAPI (in NationalInstruments.VeriStand.SystemDefinitionAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration)
Public Overridable Property Retriggerable As Boolean
C#
public virtual bool Retriggerable { get; set; }
Visual C++
public:
virtual property bool Retriggerable {
	bool get ();
	void set (bool value);
}

Property Value

true (True in Visual Basic) if logging is retriggerable.

Remarks

You must set Operation to StopLogging to enable this property.

See Also

Log in to get a better experience