Need better scanning performance?
SubGroups
Parameter SubGroups defines the layout of subgroups of the TextLineSpecification object. It can be nested recursively defined.
JSON Structure
Location in template:
TextLineSpecificationOptions[i]
└── SubGroups
Parent object: TextLineSpecification object
Example:
{
"SubGroups" : [
{
"Name": "tls_0_0",
"ApplicableTextLineNumbers": "3-5",
"SubGroups" : [
{
"Name": "tls_0_0_0",
"ApplicableTextLineNumbers": "4"
}
]
},
{
}
]
}
- This snippet shows only the
SubGroupsparameter.- To use it, embed this parameter within a TextLineSpecification object.
- For the complete JSON structure, see:

Parameter Details
| Parameter Details |
|---|
| Type Array |
| Range Array of TextLineSpecification Object |
| Default Value null. It means that there are no definitions in the subgroups of this TextLineSpecification object. |