Need better scanning performance?
SubGroups
Parameter SubGroups defines the layout of subgroups of the TextLineSpecification object. It can be nested recursively defined.
Example
{
"Name": "tls_0",
"ApplicableTextLineNumbers": "3-7",
"SubGroups" : [
{
"Name": "tls_0_0",
"ApplicableTextLineNumbers": "3-5",
"SubGroups" : [
{
"Name": "tls_0_0_0",
"ApplicableTextLineNumbers": "4"
}
]
},
{
}
]
}

Parameter Summary
| 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. |