get_cart_info
Purpose:
-
Obtain emission cart assignment information.
Enter:
-
get_cart_info [name=<cartName>] [index=<cartIndex>]
Where:
-
name=cartName
Specify the assigned emission cart name/number. Either name or index must be specified, but not both.
index=cartIndex
Specify the assigned emission cart index. Either index or name must be specified, but not both.
Example:
-
get_cart_info name=93
The above obtains the information assigned to emission cart 93. The information is printed to stdout.
Notes:
-
There are no default values for either of the arguments.