VeriStand .NET API Reference

DAQLogging.GroupName Property

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.SystemDefinitionAPI
Assembly: 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.

See Also

Log in to get a better experience