Gets or sets a value indicating whether to use the
DAQTask name from the system definition as the group name under which data is logged in the TDMS file.
Namespace:
NationalInstruments.VeriStand.SystemDefinitionAPI
Assembly:
NationalInstruments.VeriStand.SystemDefinitionAPI (in NationalInstruments.VeriStand.SystemDefinitionAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
| Visual Basic (Declaration) |
|---|
Public Property UseTaskAsGroupName As Boolean |
| C# |
|---|
public bool UseTaskAsGroupName { get; set; } |
| Visual C++ |
|---|
public:
property bool UseTaskAsGroupName {
bool get ();
void set (bool value);
} |
Property Value
true (True in Visual Basic) to use the
DAQTask name as the TDMS group name.
false (False in Visual Basic) to use a custom
GroupName. The default value is
true (True in Visual Basic).