The SCPI standard allows numeric value specification in different notations. Decimal notation is used by default. To use other notations, specify the numeric values in the following way:
Notation |
Prefix |
Example |
---|---|---|
Binary |
#B |
#B11001010 = 20210 |
Octal |
#Q |
#Q107 = 7110 |
Hexadecimal |
#H |
#H10FF = 435110 |