3 scpi data formats – B&K Precision MDL Series - Programming Manual User Manual
Page 23
23
Command Execution Rules
•
Commands execute in the order that they are presented in the program message.
•
An invalid command generates an error and is not executed.
•
Valid commands that precede an invalid command in a multiple command program
message are executed.
•
Valid commands that follow an invalid command in a multiple command program message
are ignored.
2.3 SCPI Data Formats
All data programmed to or returned from the electronic load is ASCII. The data may be numerical or a
character string.
Numerical Data Formats
Symbol
Data Form
Talking Formats
Digits with an implied decimal point assumed at the right of the least-significant digit.
Example: 273
Digits with an explicit decimal point.
Example: .0273
Digits with an explicit decimal point and an exponent.
Example: 2.73E+2
Listening Formats
Extended format that includes
Example: 273 273. 2.73E2
Expanded decimal format that includes
Example: 273 273. 2.73E2 MAX. MIN and MAX are the minimum and maximum limit
values that are implicit in the range specification for the parameter. DEF is the default
values for the parameter.
Boolean Data.
Example: 0 | 1 or ON | OFF