VeriStand .NET API Reference

IWorkspace2.StartDataLogging Method

Starts logging data for the specified configuration_name.

Namespace: NationalInstruments.VeriStand.ClientAPI
Assembly: NationalInstruments.VeriStand.ClientAPI (in NationalInstruments.VeriStand.ClientAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration)
Function StartDataLogging ( _
	configuration_name As String, _
	logging_configuration As LogInfo _
) As Error
C#
Error StartDataLogging(
	string configuration_name,
	LogInfo logging_configuration
)
Visual C++
Error^ StartDataLogging(
	String^ configuration_name, 
	LogInfo^ logging_configuration
)

Parameters

configuration_name
Type: System.String
A unique name for the logging configuration.
logging_configuration
Type: NationalInstruments.VeriStand.ClientAPI.LogInfo
Specifies configuration settings for the log file. Use the LogInfo properties to specify the values this input expects, such as the path to the log file, trigger settings, and the rate at which to log data.

Return Value

Returns an Error object. If no error occurs, the Code property of the Error object is 0.

See Also

Log in to get a better experience