get_cart_info
Purpose:
-
Retrieve and display information about an emission cart based on its specified name or index.
Enter:
-
get_cart_info <name=cartName|index=cartIndex>
Where:
-
name=cartName
Specify the assigned emission cart name or number. Exactly one argument must be provided.
index=cartIndex
Specify the assigned emission cart index. Exactly one argument must be provided.
Example:
-
get_cart_info name=93
The above obtains the information assigned to emission cart 93. The information is printed to stdout.
Notes:
-
Only one of the options may be specified, and one must be provided. There are no default values for either argument.