VeriStand .NET API Reference

TdmsChannelGroup.TimeChannelName Property

Gets or sets a value indicating the name of the time channel in the channel group. This property is ignored if TimeChannelOptions is set to NoTimeChannel.

Namespace: NationalInstruments.VeriStand.ClientAPI.Logging
Assembly: NationalInstruments.VeriStand.ClientAPI (in NationalInstruments.VeriStand.ClientAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration)
Public Property TimeChannelName As String
C#
public string TimeChannelName { get; set; }
Visual C++
public:
property String^ TimeChannelName {
	String^ get ();
	void set (String^ value);
}

See Also

Log in to get a better experience