User`s guide
Agilent EasyEXPERT User’s Guide Vol. 1, Edition 1 5- 5
Built-in Programming Tool
Variables and Expressions
Literals
Numeric type and string type are available.
• Numeric type
To enter a numeric value, type as follows, where [] is optional.
Dd[.d][E[S]d][s]
D: Numeric character 0 to 9
d: This means repeating D 0 times or more.
E: Exponent symbol, E or e
S: Sign, + or -
s: Prefix symbol. The subsequent symbols (y, z, a, f, p, n, u, m, k, M, G)
separated by the comma mean the value following the colon.
y: 10
-24
, z: 10
-21
, a: 10
-18
, f: 10
-15
, p: 10
-12
, n: 10
-9
, u: 10
-6
, m: 10
-3
,
k: 10
3
, M: 10
6
, G: 10
9
• String type
Enclose the string by using the double quotes. To contain the double quotes into
the string, type as shown below. The example string is ABC”DEF.
"ABC""DEF"
Monomial Operators and Binomial Operators
Table 5-1 shows monomial operators and binomial operators available for an
expression. The table also shows the priority of operators and the type of operand.
For the expression that contains the same priority operators, the operations are
performed from left to right. Module type variable is one of SMU, HPSMU,
HCSMU, DHCSMU, HVSMU, MPSMU, MCSMU, HRSMU, HRSMU/ASU,
CMH, CML, UHCU500, UHCU1500, UHVU, or HVMCU.
NOTE
Operation between arrays
Operation is performed between data at the same index.