Page no. 9 | Appendix No. 1
Response:
Failure:
“PARAM_INVALID_NAME<CR>”
“PARAM_INVALID_VALUE<CR>”
“PARAM_ACCESS_ERROR<CR>”
Success:
“PARAM_OK, <param_value
[2]
>, PARAM_DONE<CR>”
1.
Available parameter names are listed under “<param_name>” in table no. 4.
2.
Available parameter values are listed under “<param_value>” in table no. 4.
3.
All parameter types support numeric values. Enumeration and String parameters also support string
values
Example:
PARAMSET LUTSelector Green<CR>
PARAM_OK, 1(Green), PARAM_DONE<CR>
6.1.6
PARAMGET
Description:
Prints the current value of the specified parameter
Command:
“PARAMGET <param_name
[1]
><CR>”
Response:
Failure:
“PARAM_INVALID_NAME<CR>”
“PARAM_ACCESS_ERROR<CR>”
Success:
“PARAM_OK, <param_value
[2]
>, PARAM_DONE<CR>”
1.
Available parameter names are listed under “<param_name>” in table no. 4.
2.
Available parameter values are listed under “<param_value>” in table no. 4.
Example:
PARAMGET LUTSelector<CR>
PARAM_OK, 1(Green), PARAM_DONE<CR>