types
Sets the data types of one or more requests.
Syntax
types "type for request 1/type for request 2/type for request 3 . . ."
Comments
One or more types may be specified in the list. The types are appended to a type list which identifies the type of each request.
Multiple types are separated by slashes. Back-slashes are displayed as normal slashes on the interface.
If typename begins with a "#" then it is assumed to contain only one component, even if the default is to have more than one. If typename contains a second pound sign, the string following the second "#" is used as the name of that single component.
Example
types "Position/Velocity/Acceleration" // set the types of three requests
types "#Scalar#Real/Vector" // the scalar has only one component