
-222, "Out of data"
Occurs when value is out of setting value range.
ex)volt 1000
The value is too much
Revised) volt 10
-223, "Incorret error"
Occurs when try a new operation without processing the buffer.
ex)*idn?
After send query command send a new command without acquiring data.
volt?
b = data
Revised)*idn?
a = data
Save idn data in string array variable 'a'
volt?
b = data
Save voltage value in voltage variable.
- 105 -