TdmsChannelGroup.TimeChannelOptions Property
- Updated2023-02-21
- 2 minute(s) read
Gets or sets a value indicating whether to include a time channel as the first channel
in the channel group.
Namespace:
NationalInstruments.VeriStand.ClientAPI.LoggingAssembly: 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); } |