Withroots Keyword for the Expand Businessobject Command

You can include the root object along with all selectables to make it easier for client apps to identify a hierarchy.

Examples Without the withroots Keyword Examples With the withroots Keyword
 MQL<3>expand bus t2 t2-1 0 recurse 
to 2;
 1 r2 to t2 t2-2 0
 2 r2 to t2 t2-3 0
 2 r3 to t2 t2-2-2 0
 2 r3 to t2 t2-2-3 0
 2 r1 from d12 d12-2 0
 2 r1 from d11 d11-3 0
 2 r2 from t2 t2-1 0 
 MQL<7>expand bus t2 t2-1 0 recurse 
to 2 withroots;
 0 t2 t2-1 0
 1 r2 to t2 t2-2 0
 2 r2 to t2 t2-3 0
 2 r3 to t2 t2-2-2 0
 2 r3 to t2 t2-2-3 0
 2 r1 from d12 d12-2 0
 2 r1 from d11 d11-3 0
 2 r2 from t2 t2-1 0 
 MQL<16>expand bus t2 t2-1 0 recurse 
to 2 select bus id dump;
 1 r2 to t2 t2-2 0
 20768.23721.38088.36415

 2 r2 to t2 t2-3 0
 20768.23721.38088.39031

 2 r3 to t2 t2-2-2 0
 13576.55552.30896.29472

 2 r3 to t2 t2-2-3 0
 6384.39445.50345.7641

 2 r1 from d12 d12-2 0
 20768.23721.38088.32444

 2 r1 from d11 d11-3 0
 20768.23721.38088.24862 
 MQL<18>expand bus t2 t2-1 0 recurse 
to 2 withroots select bus id dump;
 0 t2 t2-1 0
 20768.23721.38088.35693

 1 r2 to t2 t2-2 0
 20768.23721.38088.36415

 2 r2 to t2 t2-3 0
 20768.23721.38088.39031

 2 r3 to t2 t2-2-2 0
 13576.55552.30896.29472

 2 r3 to t2 t2-2-3 0
 6384.39445.50345.7641

 2 r1 from d12 d12-2 0
 20768.23721.38088.32444

 2 r1 from d11 d11-3 0
 20768.23721.38088.24862