VeriStand .NET API Reference

DAQLogging.LoggingEnabled Property

Gets or sets a value indicating whether the Logging Enabled DAQTaskCommand channel is allowed to start and stop logging. Note that this property does not toggle logging; the Logging Enabled channel toggles logging.

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

Property Value

true (True in Visual Basic) if logging is allowed to be enabled. The default value is false (False in Visual Basic).

Remarks

To improve system performance, set this property to false (False in Visual Basic) if you do not plan to log data from a task.

See Also

Log in to get a better experience