StepTraceId |
0:Guid |
|
The mandatory StepTraceId is the system-wide unique identifier of the step trace. |
StepResultId |
0:Guid |
|
The mandatory StepResultId is the system-wide unique identifier of the associated step result. |
NumberOfTracePoints |
0:UInt32 |
|
The mandatory NumberOfTracePoints is the total number of trace points to be sent for each quantity. |
SamplingInterval |
0:Double |
Yes |
The optional SamplingInterval (in seconds) is the time between each sample in the given Trace array. This is required if applications want to reduce the amount of data by omitting the TraceData array which represents TIME. |
StartTimeOffset |
0:Double |
Yes |
The optional StartTimeOffset is the offset to the ProcessingTimes.StartTime in the Result instance. This value can be used to order the steps in execution order if same step is run multiple times. |
StepTraceContent |
1:TraceContentDataType[] |
|
The mandatory StepTraceContent is an array of trace data which contains the samples of different quantities like torque, angle, time, etc. The array size of TraceContent array should be same for each quantity and that is determined by the NumberOfTracePoints value. |