VeriStand .NET API Reference

LogChannel.channel_group Property

Gets or sets the name of the channel group 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_group As String
C#
public string channel_group { get; set; }
Visual C++
public:
property String^ channel_group {
	String^ get ();
	void set (String^ value);
}

Property Value

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

See Also