VeriStand .NET API Reference

LogMode Enumeration

The logging mode that determines whether components in the NI VeriStand system can read data as you log it.

Namespace: NationalInstruments.VeriStand.SystemDefinitionAPI
Assembly: NationalInstruments.VeriStand.SystemDefinitionAPI (in NationalInstruments.VeriStand.SystemDefinitionAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
Member nameDescription
Log Logs data but prevents components in the system from reading the data as you log it. This option improves the performance of logging, but the data is not available to the rest of the system. For example, a waveform graph on the Workspace window cannot plot waveform data that a task acquires if you enable this mode.
LogAndRead Logs data and allows components in the system to read the data while logging occurs. For example, a waveform graph on a Workspace screen can plot data that the task acquires if you enable this mode.

See Also

Log in to get a better experience