Combinators
Profile - AbsDifferenceProfile
Computes the absolute difference between the first profile's values and the second profile's values.
IN
| Name | Type | Description |
|---|---|---|
| InProfile1 | Profile | First profile. |
| InProfile2 | Profile | Second profile. |
| Name | String | Set the tool's name |
| Enable | Bool | Sets if current tool is enabled or not |
OUT
| Name | Type | Description |
|---|---|---|
| OutProfile | Profile | Output profile. |
| Error | ErrorState | Gets the execution error message |
Profile - DivideProfiles
Divides two profiles value by value.
IN
| Name | Type | Description |
|---|---|---|
| InProfile1 | Profile | First profile. |
| InProfile2 | Profile | Second profile. |
| Name | String | Set the tool's name |
| Enable | Bool | Sets if current tool is enabled or not |
OUT
| Name | Type | Description |
|---|---|---|
| OutProfile | Profile | Output profile. |
| Error | ErrorState | Gets the execution error message |
Profile - JoinProfiles
Joins two profiles together, adding the second profile at the end of the first one.
IN
| Name | Type | Description |
|---|---|---|
| InProfile1 | Profile | First profile. |
| InProfile2 | Profile | Second profile. |
| Name | String | Set the tool's name |
| Enable | Bool | Sets if current tool is enabled or not |
OUT
| Name | Type | Description |
|---|---|---|
| OutProfile | Profile | Output profile. |
| Error | ErrorState | Gets the execution error message |
Profile - MaxProfile
Computes the maximum between the two corresponding values in the two profiles, point by point.
IN
| Name | Type | Description |
|---|---|---|
| InProfile1 | Profile | First profile. |
| InProfile2 | Profile | Second profile. |
| Name | String | Set the tool's name |
| Enable | Bool | Sets if current tool is enabled or not |
OUT
| Name | Type | Description |
|---|---|---|
| OutProfile | Profile | Output profile. |
| Error | ErrorState | Gets the execution error message |
Profile - MaxProfile_Array
Computes the maximum profile, extracting the maximum value for every point in the array of profiles.
IN
| Name | Type | Description |
|---|---|---|
| InProfiles | ProfileArray | Input profiles. |
| Name | String | Set the tool's name |
| Enable | Bool | Sets if current tool is enabled or not |
OUT
| Name | Type | Description |
|---|---|---|
| OutProfile | Profile | Output profile. |
| Error | ErrorState | Gets the execution error message |
Profile - MinProfile
Computes the minimum between the two corresponding values in the two profiles, point by point.
IN
| Name | Type | Description |
|---|---|---|
| InProfile1 | Profile | First profile. |
| InProfile2 | Profile | Second profile. |
| Name | String | Set the tool's name |
| Enable | Bool | Sets if current tool is enabled or not |
OUT
| Name | Type | Description |
|---|---|---|
| OutProfile | Profile | Output profile. |
| Error | ErrorState | Gets the execution error message |
Profile - MinProfile_Array
Computes the minimum profile, extracting the maximum value for every point in the array of profiles.
IN
| Name | Type | Description |
|---|---|---|
| InProfiles | ProfileArray | Input profiles. |
| Name | String | Set the tool's name |
| Enable | Bool | Sets if current tool is enabled or not |
OUT
| Name | Type | Description |
|---|---|---|
| OutProfile | Profile | Output profile. |
| Error | ErrorState | Gets the execution error message |
Profile - MultiplyProfiles
Multiplies the first profile's values with the corresponding values in the second profile.
IN
| Name | Type | Description |
|---|---|---|
| InProfile1 | Profile | First profile. |
| InProfile2 | Profile | Second profile. |
| Name | String | Set the tool's name |
| Enable | Bool | Sets if current tool is enabled or not |
OUT
| Name | Type | Description |
|---|---|---|
| OutProfile | Profile | Output profile. |
| Error | ErrorState | Gets the execution error message |
Profile - MultiplyProfiles_Array
Multiplies all profiles' values from an array.
IN
| Name | Type | Description |
|---|---|---|
| InProfiles | ProfileArray | Input profiles. |
| Name | String | Set the tool's name |
| Enable | Bool | Sets if current tool is enabled or not |
OUT
| Name | Type | Description |
|---|---|---|
| OutProfile | Profile | Output profile. |
| Error | ErrorState | Gets the execution error message |
Profile - SubtractProfiles
Subtracts the second profile's values from the first profile's corresponding values.
IN
| Name | Type | Description |
|---|---|---|
| InProfile1 | Profile | First profile. |
| InProfile2 | Profile | Second profile. |
| Name | String | Set the tool's name |
| Enable | Bool | Sets if current tool is enabled or not |
OUT
| Name | Type | Description |
|---|---|---|
| OutProfile | Profile | Output profile. |
| Error | ErrorState | Gets the execution error message |
Profile - SumProfiles
Sum every value of the first profile with the corresponding value of the second profile.
IN
| Name | Type | Description |
|---|---|---|
| InProfile1 | Profile | First profile. |
| InProfile2 | Profile | Second profile. |
| Name | String | Set the tool's name |
| Enable | Bool | Sets if current tool is enabled or not |
OUT
| Name | Type | Description |
|---|---|---|
| OutProfile | Profile | Output profile. |
| Error | ErrorState | Gets the execution error message |
Profile - SumProfiles_Array
Sum all profiles' values from an array.
IN
| Name | Type | Description |
|---|---|---|
| InProfiles | ProfileArray | Input profiles. |
| Name | String | Set the tool's name |
| Enable | Bool | Sets if current tool is enabled or not |
OUT
| Name | Type | Description |
|---|---|---|
| OutProfile | Profile | Output profile. |
| Error | ErrorState | Gets the execution error message |