VeriStand .NET API Reference

LogChannel.channel_name Property

Gets or sets a name to use for the channel in the log file.

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 Property channel_name As String
C#
public string channel_name { get; set; }
Visual C++
public:
property String^ channel_name {
	String^ get ();
	void set (String^ value);
}

Property Value

If no name is specified, the log file uses the name of the channel node.

See Also