AccumulateProfile
Creates a profile in a loop by concatenating individual values.
Syntax
C++
C#
Python
def AccumulateProfile( inValue: float, outProfile: Profile, /, *, inMaxCount: int | None = None, inReset: bool = False ) -> None
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() |
inValue | float | |||
![]() |
inMaxCount | int | None | 0 - ![]() |
None | Number of last values that are remembered |
![]() |
inReset | bool | False | Reset accumulator state | |
![]() |
outProfile | Profile | Output profile |



