Skip to content

Commit

Permalink
rework description for CalibrateMetricResponse
Browse files Browse the repository at this point in the history
  • Loading branch information
jannast committed Aug 16, 2023
1 parent aba6aa9 commit d07db93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/t2iapi/metric/metric_responses.proto
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ option java_outer_classname = "MetricResponses";
/*
This message is used as a response for the CalibrateMetric manipulation.
It returns a list of pm:MetricValue/@Value or pm:MetricValue/@Samples as strings measured during the calibration.
For further comparison of the value(s) it is required that each returned value has the same unit and floating point
resolution as defined in the respective pm:AbstractMetricDescriptor.
For further comparison of the value(s) it is required that each returned string value has to match the value that
would be transmitted via SDC.
An empty list is returned if no values can be provided.
*/
message CalibrateMetricResponse {
Expand Down

0 comments on commit d07db93

Please sign in to comment.