VeriStand .NET API Reference

LogChannel Constructor (String)

Initializes a new instance of the LogChannel class.

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)
Public Sub New ( _
	channel_path As String _
)
C#
public LogChannel(
	string channel_path
)
Visual C++
public:
LogChannel(
	String^ channel_path
)

Parameters

channel_path
Type: System.String
Specifies the path to the channel to log, or its alias.

See Also