list_info group
Lists information about the groups in the current model.
Format:
list_info group |
|---|
group_name = | Existing group name |
Brief = | on/off |
Write_to_terminal = | on/off |
File_name = | string |
Example:
list_info group & |
|---|
group_name = | GROUP_1 & |
brief = | off & |
write_to_terminal = | on & |
file_name = | "C:\My Documents\my_file" |
This will display the following information on the terminal as well as in the file “my_file”,
Object Name : .model_1.GROUP1
Object Type : Group
Parent Type : Model
Objects :
PART_2 (Part)
PART_3 (Part)
Object Name : .SELECT_LIST
Object Type : Group
Objects :
MARKER_8 (Marker)
MARKER_8 above was displayed because the parameter “brief” was turned OFF and MARKER_8 was a dependant on the part in the group. If brief is turned on then the dependant information will not be displayed.
Description:
Parameter | Value Type | Description |
|---|
Group_name | Existing group name | Specify an existing group whose information has to be listed. |
Brief | On/off | Specify whether the group information required is in brief or not. |
Write_to_terminal | On/off | Specify whether the information has to be displayed on the terminal. |
File_name | String | Specify filename in which the information needs to be written. |
Tips:
1. Typing “?” after “file_name=” parameter will open the file browse window in Windows environment, making it easier to specify the file name.