Breakindexbydropperext – MTS Multipurpose Elite User Manual
Page 232
This formula:
1. Searches the _Load channel.
2. Looks for the _Load channel to drop 80% from its peak value. 80% is the value of the input BreakDrop.
If PeakLoad = 100lbs, then the calculation returns the number of the data point when the load has dropped
to 20lbs.
If PeakLoad = 80lbs, then the calculation returns the number of the data point when the load has dropped
to 16lbs.
BreakIndexByDropPerExt
The BreakIndexByDropPerExt function is used to calculate the break point using a specified drop from the
peak in the array data that occurs over a predefined change in the extension data.
Returns
This function returns the index point in the array where the break point was detected.
Syntax
BreakIndexByDropPerExt(dropChannel, dropValue, extensionChannel, extensionValue, [startIndex],
[endIndex])
Parameters
Chart Descriptions
Description
Parameter
The array data being analyzed for the break point.
DropChannel
The percentage drop from the peak that signifies a
break occurred.
DropValue
The extension data being analyzed for the change
in extension.
ExtensionChannel
The change in extension value required for the break
to be determined.
ExtensionValue
The optional starting point in the array. The starting
point in the array is used if this parameter is not
provided.
StartIndex
The optional ending point in the array. The last point
in the array is used if this parameter is not provided.
EndIndex
Unit Class
Integer
Example
A test contains the input BreakDrop that is equal to 80% and the input. It also contains the input
BreakElongation that is equal to 0.1in.
BreakIndexByDropPerExt (_Load, BreakDrop, PrimaryExt,BreakElongation)
This formula:
232 | MTS TestSuite
Working with Variables