Product data

USRobotics
Command Reference
Syntax and Procedures - 15
For example, the following are some examples of value range indications:
(0) Only the value 0 is supported.
(1,2,3) The values 1, 2, and 3 are supported.
(1-3) The values 1 through 3 are supported.
(0,4,5,6,9,11,12) The several listed values are supported.
(0,4-6,9,11-12) An alternative expression of the above list.
Compound Range of Values
When the action accepts more than one subparameter, or the parameter accepts
more than one value, the set of supported values is presented as a list of the
parenthetically-enclosed value range strings described above, separated by
commas. For example, the information text in response to testing an action that
accepts three subparameters, and supports various ranges for each of them,
could appear as follows:
(0),(1-3),(0,4-6,9,11-12)
This indicates that the first subparameter accepts only the value 0, the second
accepts any value from 1 through 3 inclusive, and the third subparameter accepts
any of the values 0, 4, 5, 6, 9, 11, or 12.