public class TDMSGroup extends TDMSObject
| Modifier and Type | Field and Description |
|---|---|
java.util.List<TDMSChannel> |
channels |
java.lang.String |
name |
properties| Modifier and Type | Method and Description |
|---|---|
void |
addChannel(TDMSChannel channel)
Add's a new channel to the group
|
java.util.List<java.util.Map<java.lang.String,java.lang.String>> |
getAttributesForExternalComponent()
Returns a list List
|
java.util.List<java.util.Map<java.lang.String,java.lang.String>> |
getChannelProperties()
Returns the properties as map
|
java.util.Map<java.lang.String,java.lang.String> |
getGroupProperties()
Returns the properties as map
|
addProperty, getSortedMapWithStringValuespublic java.lang.String name
public java.util.List<TDMSChannel> channels
public void addChannel(TDMSChannel channel)
public java.util.Map<java.lang.String,java.lang.String> getGroupProperties()
throws TDMSParserException
TDMSParserExceptionpublic java.util.List<java.util.Map<java.lang.String,java.lang.String>> getChannelProperties()
throws TDMSParserException
TDMSParserExceptionpublic java.util.List<java.util.Map<java.lang.String,java.lang.String>> getAttributesForExternalComponent()