DAQLogging.GroupName Property
- Updated2023-02-21
- 2 minute(s) read
Gets or sets the group name to which the task logs data in the TDMS file. Use this property when UseTaskAsGroupName is false (False in Visual Basic) to specify a group name other than the task name.
Namespace:
NationalInstruments.VeriStand.SystemDefinitionAPIAssembly: NationalInstruments.VeriStand.SystemDefinitionAPI (in NationalInstruments.VeriStand.SystemDefinitionAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
| Visual Basic (Declaration) |
|---|
Public Property GroupName As String |
| C# |
|---|
public string GroupName { get; set; } |
| Visual C++ |
|---|
public: property String^ GroupName { String^ get (); void set (String^ value); } |
Property Value
The string to use as group name. The default value is the task name.
Remarks
If the specified group already exists, NI VeriStand appends a number symbol and a number to the group name, incrementing that number until finding a group name that does not exist.