-122, "Syntax error"
There is a grammatical error.
ex) Value is missing after volt
fix) volt 10
-123, "Invalid suffix"
There is an error with last part of sent data.
ex)volt 10*
fix) volt 10
-124, "Undefined header"
This error occurs when undefined command is sent.
ex)volta 10 Indicate volt OR voltage
Fix) voltage 10 OR volt 10
-221, "Setting conflict"
SCPI command exists, but not in this instrument.
ex)POL N cannot be used in Single channel power supply
-222, "Out of data"
Setting value is out of data.
ex)volt 1000 Value is to high.
Fix) volt 10
-223, "Incorret error"
Occurs when a new operating before remove Buffer descriptionBuffer.
ex)*idn? Send command, and do not obtain new data
volt? Send new command
b = data
Fix)*idn?
a = data
volt?
b = data
- 79 -