User`s guide

8-10 Agilent 4155C/4156C User’s Guide Vol.2, Edition 6
Support Functions
User Function and User Variable
monadic operator
Monadic operator performs operation on expression immediately to its right:
+ positive negative
dyadic operator
Dyadic operator performs operation between two expressions:
+ addition * multiplication ^ exponentiation
- subtraction / division
NOTE Operation between data variables
Operation between data variables is performed between data at the same
measurement points.
numeric constant
Numeric constant can consist of digits, decimal point, and optional exponent
notation. Refer to Figure 8-3
Mantissa (decimal part) of greater than seven digits is truncated to seven digits.
The following predefined notations are available:
f 10
-15
p 10
-12
n 10
-9
μ 10
-6
u 10
-6
m 10
-3
k 10
3
M 10
6
G 10
9