Function categories overview, Array functions, Newarray – MTS Multipurpose Elite User Manual
Page 216

•
A string value must be enclosed between double-quotes. For example: the function ToLower(string),
can be replaced by ToLower(“This is a short sentence.”), but not by ToLower(This is a short sentence.).
•
A numeric value is typed without quotes. For example: the function cos(number) can be replaced by
cos(30), but not by cos(“30”).
Arguments can also be replaced with variables of the correct type.
Function Categories Overview
MTS TestSuite functions available in the Calculation Editor are organized into the following categories:
•
Array
•
Controller
•
Cyclic
•
Date and Time
•
Directory
•
Fatigue and Fracture
•
Geometry
•
Index
•
Math
•
Operators
•
Peel-Tear
•
Sensor (applicable to TEDS Devices in TWE only)
•
String
•
Test Definition (custom user-defined functions)
The most commonly used functions are described in this reference.
Array Functions
This section provides reference information for functions used on arrays.
NewArray
The NewArray function is used to create a new array and fill the elements within the array with a specified
default value.
Returns
Creates the new array.
216 | MTS TestSuite
Working with Variables