sarru
Purpose:
- 
Set units for an array variable if a units string is provided or display the current units and units code.
 
Enter:
- 
sarru <array_variable> [units]
 
Where:
- 
array_variable
Specify the name of the array variable.
units
Optional. Specify the units string to assign to the array variable elements.
 
Examples:
- 
sarru my_arr:0
The above command displays the units and units code of my_arr:0.sarru my_arr:0 kpa
The above command sets the units of my_arr:0 to kpa and then displays them.