VeriStand .NET API Reference

DAQLogging.LoggingMode Property

Gets or sets whether data is available to components in the NI VeriStand system while you log it. This property valid only if LoggingEnabled is true (True in Visual Basic).

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

Property Value

An enumeration of LogMode. The default value is LogAndRead.

See Also

Log in to get a better experience