VeriStand .NET API Reference

TdmsChannelGroup.TimeChannelOptions Property

Gets or sets a value indicating whether to include a time channel as the first channel in the channel group.

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

See Also