The following operands are available in the ST editor:
Name  | 
Type  | 
Example  | 
Literal  | 
Numerical String Time  | 
49 or 3.14159 'This is a text' T#8d_3h_23m  | 
Variable  | 
Individual variable Element of an array Element of a DUT Element of an array or a DUT  | 
Var1 Array1[5] Dut1.Var1 Dut1.Array1[i+5]  | 
Function  | 
Call function  | 
Fun1(a,b,c)  | 
Operands are linked by operators. The combination of operators and operands is called expression.